Searched refs:XFS_MKDIR_SPACE_RES (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ | ||
D | xfs_trans_space.h | 83 #define XFS_MKDIR_SPACE_RES(mp,nl) \ macro |
/linux-4.19.296/fs/xfs/ | ||
D | xfs_inode.c | 1171 resblks = XFS_MKDIR_SPACE_RES(mp, name->len); in xfs_create() |