Searched refs:xfs_change_file_space (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_vnodeops.h | 39 int xfs_change_file_space(struct xfs_inode *ip, int cmd,
|
D | xfs_vnodeops.c | 2688 xfs_change_file_space( in xfs_change_file_space() function
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_file.c | 925 error = -xfs_change_file_space(ip, cmd, &bf, 0, attr_flags); in xfs_file_fallocate()
|
D | xfs_ioctl.c | 634 error = xfs_change_file_space(ip, cmd, bf, filp->f_pos, attr_flags); in xfs_ioc_space()
|