Home
last modified time | relevance | path

Searched refs:OCFS2_FI_FLAG_SYSFILE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dinode.h124 #define OCFS2_FI_FLAG_SYSFILE 0x1 macro
H A Dsysfile.c144 inode = ocfs2_iget(osb, blkno, OCFS2_FI_FLAG_SYSFILE, type); in _ocfs2_get_system_file_inode()
H A Dinode.c446 can_lock = !(args->fi_flags & OCFS2_FI_FLAG_SYSFILE) in ocfs2_read_locked_inode()
460 if (args->fi_flags & OCFS2_FI_FLAG_SYSFILE) in ocfs2_read_locked_inode()
536 !!(args->fi_flags & OCFS2_FI_FLAG_SYSFILE), in ocfs2_read_locked_inode()
H A Dsuper.c440 new = ocfs2_iget(osb, osb->root_blkno, OCFS2_FI_FLAG_SYSFILE, 0); in ocfs2_init_global_system_inodes()
448 new = ocfs2_iget(osb, osb->system_dir_blkno, OCFS2_FI_FLAG_SYSFILE, 0); in ocfs2_init_global_system_inodes()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dsysfile.c142 inode = ocfs2_iget(osb, blkno, OCFS2_FI_FLAG_SYSFILE, type); in _ocfs2_get_system_file_inode()
H A Dinode.h122 #define OCFS2_FI_FLAG_SYSFILE 0x1 macro
H A Dinode.c444 can_lock = !(args->fi_flags & OCFS2_FI_FLAG_SYSFILE) in ocfs2_read_locked_inode()
458 if (args->fi_flags & OCFS2_FI_FLAG_SYSFILE) in ocfs2_read_locked_inode()
534 !!(args->fi_flags & OCFS2_FI_FLAG_SYSFILE), in ocfs2_read_locked_inode()
H A Dsuper.c437 new = ocfs2_iget(osb, osb->root_blkno, OCFS2_FI_FLAG_SYSFILE, 0); in ocfs2_init_global_system_inodes()
445 new = ocfs2_iget(osb, osb->system_dir_blkno, OCFS2_FI_FLAG_SYSFILE, 0); in ocfs2_init_global_system_inodes()

Completed in 11 milliseconds