Home
last modified time | relevance | path

Searched refs:XFS_TRANS_SETATTR_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_shared.h62 #define XFS_TRANS_SETATTR_SIZE 2 macro
112 { XFS_TRANS_SETATTR_SIZE, "SETATTR_SIZE" }, \
/linux-4.4.14/fs/xfs/
Dxfs_iops.c859 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_SIZE); in xfs_setattr_size()