Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_trans.h65 #define XFS_TRANS_SETATTR_SIZE 2 macro
115 { XFS_TRANS_SETATTR_SIZE, "SETATTR_SIZE" }, \
Dxfs_vnodeops.c262 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_SIZE); in xfs_setattr()