Searched refs:OCFS2_FI_FLAG_SYSFILE (Results 1 – 4 of 4) sorted by relevance
| /fs/ocfs2/ |
| A D | inode.h | 122 #define OCFS2_FI_FLAG_SYSFILE 0x1 macro
|
| A D | sysfile.c | 142 inode = ocfs2_iget(osb, blkno, OCFS2_FI_FLAG_SYSFILE, type); in _ocfs2_get_system_file_inode()
|
| A D | inode.c | 520 can_lock = !(args->fi_flags & OCFS2_FI_FLAG_SYSFILE) in ocfs2_read_locked_inode() 534 if (args->fi_flags & OCFS2_FI_FLAG_SYSFILE) in ocfs2_read_locked_inode() 610 !!(args->fi_flags & OCFS2_FI_FLAG_SYSFILE), in ocfs2_read_locked_inode()
|
| A D | super.c | 441 new = ocfs2_iget(osb, osb->root_blkno, OCFS2_FI_FLAG_SYSFILE, 0); in ocfs2_init_global_system_inodes() 449 new = ocfs2_iget(osb, osb->system_dir_blkno, OCFS2_FI_FLAG_SYSFILE, 0); in ocfs2_init_global_system_inodes()
|
Completed in 15 milliseconds