fs/xfs/xfs_icreate_item.h

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

File Facts

System
Linux kernel
Corpus path
fs/xfs/xfs_icreate_item.h
Extension
.h
Size
585 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 xfs_icreate_item {
	struct xfs_log_item	ic_item;
	struct xfs_icreate_log	ic_format;
};

extern struct kmem_cache *xfs_icreate_cache;	/* inode create item */

void xfs_icreate_log(struct xfs_trans *tp, xfs_agnumber_t agno,
			xfs_agblock_t agbno, unsigned int count,
			unsigned int inode_size, xfs_agblock_t length,
			unsigned int generation);

#endif	/* XFS_ICREATE_ITEM_H */

Annotation

Implementation Notes