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