data_put_ftype    703 fs/xfs/libxfs/xfs_da_format.c 	.data_put_ftype = xfs_dir2_data_put_ftype,
data_put_ftype    753 fs/xfs/libxfs/xfs_da_format.c 	.data_put_ftype = xfs_dir3_data_put_ftype,
data_put_ftype    803 fs/xfs/libxfs/xfs_da_format.c 	.data_put_ftype = xfs_dir3_data_put_ftype,
data_put_ftype     51 fs/xfs/libxfs/xfs_dir2.h 	void	(*data_put_ftype)(struct xfs_dir2_data_entry *dep,
data_put_ftype    544 fs/xfs/libxfs/xfs_dir2_block.c 	dp->d_ops->data_put_ftype(dep, args->filetype);
data_put_ftype    867 fs/xfs/libxfs/xfs_dir2_block.c 	dp->d_ops->data_put_ftype(dep, args->filetype);
data_put_ftype   1156 fs/xfs/libxfs/xfs_dir2_block.c 	dp->d_ops->data_put_ftype(dep, XFS_DIR3_FT_DIR);
data_put_ftype   1170 fs/xfs/libxfs/xfs_dir2_block.c 	dp->d_ops->data_put_ftype(dep, XFS_DIR3_FT_DIR);
data_put_ftype   1220 fs/xfs/libxfs/xfs_dir2_block.c 		dp->d_ops->data_put_ftype(dep, dp->d_ops->sf_get_ftype(sfep));
data_put_ftype    818 fs/xfs/libxfs/xfs_dir2_leaf.c 	dp->d_ops->data_put_ftype(dep, args->filetype);
data_put_ftype   1482 fs/xfs/libxfs/xfs_dir2_leaf.c 	dp->d_ops->data_put_ftype(dep, args->filetype);
data_put_ftype   1929 fs/xfs/libxfs/xfs_dir2_node.c 	dp->d_ops->data_put_ftype(dep, args->filetype);
data_put_ftype   2216 fs/xfs/libxfs/xfs_dir2_node.c 		args->dp->d_ops->data_put_ftype(dep, ftype);