Home
last modified time | relevance | path

Searched defs:_ACL_ALLOC (Results 1 – 1 of 1) sorted by relevance

/fs/xfs/
Dxfs_acl.h78 #define _ACL_ALLOC(a) ((a) = kmem_zone_alloc(xfs_acl_zone, KM_SLEEP)) macro
89 #define _ACL_ALLOC(a) (1) /* successfully allocate nothing */ macro