Searched refs:XFS_DIR3_FT_DIR (Results 1 – 9 of 9) sorted by relevance
152 #define XFS_DIR3_FT_DIR 2 macro165 { XFS_DIR3_FT_DIR, "directory" }, \
31 .type = XFS_DIR3_FT_DIR,37 .type = XFS_DIR3_FT_DIR,51 return XFS_DIR3_FT_DIR; in xfs_mode_to_ftype()
868 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()878 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()
1181 xfs_dir2_data_put_ftype(mp, dep, XFS_DIR3_FT_DIR); in xfs_dir2_sf_to_block()1196 xfs_dir2_data_put_ftype(mp, dep, XFS_DIR3_FT_DIR); in xfs_dir2_sf_to_block()
35 .type = XFS_DIR3_FT_DIR, in xchk_dir_walk_sf()
774 if (xname->type == XFS_DIR3_FT_DIR) in xrep_dir_replay_update()802 if (xname->type == XFS_DIR3_FT_DIR) in xrep_dir_replay_update()
306 if (!dot && !dotdot && name->type == XFS_DIR3_FT_DIR) { in xchk_nlinks_collect_dirent()
96 if (ftype != XFS_DIR3_FT_UNKNOWN && ftype != XFS_DIR3_FT_DIR) in xchk_dir_check_ftype()
453 case XFS_DIR3_FT_DIR: in xrep_dinode_find_mode()
Completed in 21 milliseconds