Searched refs:OCFS2_BITMAP_FL (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ocfs2_fs.h | 219 #define OCFS2_BITMAP_FL (0x00000080) /* Allocation bitmap */ 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 }, 370 [LOCAL_ALLOC_SYSTEM_INODE] = { "local_alloc:%04d", OCFS2_BITMAP_FL | OCFS2_LOCAL_ALLOC_FL, S_IFREG | 0644 },
|
H A D | localalloc.c | 311 (OCFS2_LOCAL_ALLOC_FL|OCFS2_BITMAP_FL))) { in ocfs2_load_local_alloc()
|
H A D | inode.c | 331 } else if (fe->i_flags & cpu_to_le32(OCFS2_BITMAP_FL)) { in ocfs2_populate_inode()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | ocfs2_fs.h | 217 #define OCFS2_BITMAP_FL (0x00000080) /* Allocation bitmap */ 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 }, 368 [LOCAL_ALLOC_SYSTEM_INODE] = { "local_alloc:%04d", OCFS2_BITMAP_FL | OCFS2_LOCAL_ALLOC_FL, S_IFREG | 0644 },
|
H A D | localalloc.c | 309 (OCFS2_LOCAL_ALLOC_FL|OCFS2_BITMAP_FL))) { in ocfs2_load_local_alloc()
|
H A D | inode.c | 329 } else if (fe->i_flags & cpu_to_le32(OCFS2_BITMAP_FL)) { in ocfs2_populate_inode()
|
Completed in 13 milliseconds