fs/xfs/scrub/tempexch.h

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

File Facts

System
Linux kernel
Corpus path
fs/xfs/scrub/tempexch.h
Extension
.h
Size
698 bytes
Lines
23
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 xrep_tempexch {
	struct xfs_exchmaps_req	req;
};

int xrep_tempexch_trans_reserve(struct xfs_scrub *sc, int whichfork,
		xfs_fileoff_t off, xfs_filblks_t len, struct xrep_tempexch *ti);
int xrep_tempexch_trans_alloc(struct xfs_scrub *sc, int whichfork,
		struct xrep_tempexch *ti);

int xrep_tempexch_contents(struct xfs_scrub *sc, struct xrep_tempexch *ti);
#endif /* CONFIG_XFS_ONLINE_REPAIR */

#endif /* __XFS_SCRUB_TEMPEXCH_H__ */

Annotation

Implementation Notes