Searched refs:OCFS2_CHAIN_FL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ocfs2_fs.h | 222 #define OCFS2_CHAIN_FL (0x00000400) /* Chain allocator */ macro 356 [GLOBAL_INODE_ALLOC_SYSTEM_INODE] = { "global_inode_alloc", OCFS2_BITMAP_FL | OCFS2_CHAIN_FL, S_IFREG | 0644 }, 367 [EXTENT_ALLOC_SYSTEM_INODE] = { "extent_alloc:%04d", OCFS2_BITMAP_FL | OCFS2_CHAIN_FL, S_IFREG | 0644 }, 368 [INODE_ALLOC_SYSTEM_INODE] = { "inode_alloc:%04d", OCFS2_BITMAP_FL | OCFS2_CHAIN_FL, S_IFREG | 0644 },
|
H A D | suballoc.c | 804 if (!(fe->i_flags & cpu_to_le32(OCFS2_CHAIN_FL))) { in ocfs2_reserve_suballoc_bits()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | ocfs2_fs.h | 220 #define OCFS2_CHAIN_FL (0x00000400) /* Chain allocator */ macro 354 [GLOBAL_INODE_ALLOC_SYSTEM_INODE] = { "global_inode_alloc", OCFS2_BITMAP_FL | OCFS2_CHAIN_FL, S_IFREG | 0644 }, 365 [EXTENT_ALLOC_SYSTEM_INODE] = { "extent_alloc:%04d", OCFS2_BITMAP_FL | OCFS2_CHAIN_FL, S_IFREG | 0644 }, 366 [INODE_ALLOC_SYSTEM_INODE] = { "inode_alloc:%04d", OCFS2_BITMAP_FL | OCFS2_CHAIN_FL, S_IFREG | 0644 },
|
H A D | suballoc.c | 802 if (!(fe->i_flags & cpu_to_le32(OCFS2_CHAIN_FL))) { in ocfs2_reserve_suballoc_bits()
|
Completed in 16 milliseconds