Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_shared.h61 #define XFS_TRANS_SETATTR_NOT_SIZE 1 macro
111 { XFS_TRANS_SETATTR_NOT_SIZE, "SETATTR_NOT_SIZE" }, \
/linux-4.4.14/fs/xfs/
Dxfs_pnfs.c311 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_fs_commit_blocks()
Dxfs_iops.c609 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_setattr_nonsize()
Dxfs_ioctl.c1065 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_ioctl_setattr_get_trans()