fs/xfs/scrub/fscounters.h

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

File Facts

System
Linux kernel
Corpus path
fs/xfs/scrub/fscounters.h
Extension
.h
Size
512 bytes
Lines
22
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

struct xchk_fscounters {
	struct xfs_scrub	*sc;
	uint64_t		icount;
	uint64_t		ifree;
	uint64_t		fdblocks;
	uint64_t		frextents;
	uint64_t		frextents_delayed;
	unsigned long long	icount_min;
	unsigned long long	icount_max;
	bool			frozen;
};

#endif /* __XFS_SCRUB_FSCOUNTERS_H__ */

Annotation

Implementation Notes