Home
last modified time | relevance | path

Searched refs:xfs_change_file_space (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_vnodeops.h39 int xfs_change_file_space(struct xfs_inode *ip, int cmd,
Dxfs_file.c889 error = -xfs_change_file_space(ip, cmd, &bf, 0, attr_flags); in xfs_file_fallocate()
Dxfs_ioctl.c637 error = xfs_change_file_space(ip, cmd, bf, filp->f_pos, attr_flags); in xfs_ioc_space()
Dxfs_vnodeops.c2232 xfs_change_file_space( in xfs_change_file_space() function