fs/xfs/xfs_dahash_test.h

Source file repositories/reference/linux-study-clean/fs/xfs/xfs_dahash_test.h

File Facts

System
Linux kernel
Corpus path
fs/xfs/xfs_dahash_test.h
Extension
.h
Size
276 bytes
Lines
13
Domain
Core OS
Bucket
VFS And Filesystem Core
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (C) 2023 Oracle.  All Rights Reserved.
 * Author: Darrick J. Wong <djwong@kernel.org>
 */
#ifndef __XFS_DAHASH_TEST_H__
#define __XFS_DAHASH_TEST_H__

int xfs_dahash_test(void);

#endif /* __XFS_DAHASH_TEST_H__ */

Annotation

Implementation Notes