Home
last modified time | relevance | path

Searched refs:xfs_mode_to_ftype (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2.h29 extern unsigned char xfs_mode_to_ftype(int mode);
H A Dxfs_dir2.c32 xfs_mode_to_ftype( in xfs_mode_to_ftype() function
H A Dxfs_inode_buf.c515 if (mode && xfs_mode_to_ftype(mode) == XFS_DIR3_FT_UNKNOWN) in xfs_dinode_verify()
/openbmc/linux/fs/xfs/scrub/
H A Ddir.c51 if (xfs_mode_to_ftype(VFS_I(ip)->i_mode) != ftype) in xchk_dir_check_ftype()
/openbmc/linux/fs/xfs/
H A Dxfs_iops.c107 namep->type = xfs_mode_to_ftype(mode); in xfs_dentry_mode_to_name()