sf_get_ftype      694 fs/xfs/libxfs/xfs_da_format.c 	.sf_get_ftype = xfs_dir2_sfe_get_ftype,
sf_get_ftype      744 fs/xfs/libxfs/xfs_da_format.c 	.sf_get_ftype = xfs_dir3_sfe_get_ftype,
sf_get_ftype      794 fs/xfs/libxfs/xfs_da_format.c 	.sf_get_ftype = xfs_dir3_sfe_get_ftype,
sf_get_ftype       37 fs/xfs/libxfs/xfs_dir2.h 	uint8_t (*sf_get_ftype)(struct xfs_dir2_sf_entry *sfep);
sf_get_ftype     1220 fs/xfs/libxfs/xfs_dir2_block.c 		dp->d_ops->data_put_ftype(dep, dp->d_ops->sf_get_ftype(sfep));
sf_get_ftype      605 fs/xfs/libxfs/xfs_dir2_sf.c 		ASSERT(dp->d_ops->sf_get_ftype(sfep) < XFS_DIR3_FT_MAX);
sf_get_ftype      699 fs/xfs/libxfs/xfs_dir2_sf.c 		filetype = dops->sf_get_ftype(sfep);
sf_get_ftype      842 fs/xfs/libxfs/xfs_dir2_sf.c 			args->filetype = dp->d_ops->sf_get_ftype(sfep);
sf_get_ftype     1133 fs/xfs/libxfs/xfs_dir2_sf.c 		dp->d_ops->sf_put_ftype(sfep, dp->d_ops->sf_get_ftype(oldsfep));
sf_get_ftype     1206 fs/xfs/libxfs/xfs_dir2_sf.c 		dp->d_ops->sf_put_ftype(sfep, dp->d_ops->sf_get_ftype(oldsfep));
sf_get_ftype      116 fs/xfs/xfs_dir2_readdir.c 		filetype = dp->d_ops->sf_get_ftype(sfep);