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