Searched refs:ACL_NOT_CACHED (Results 1 – 4 of 4) sorted by relevance
24 if (cmpxchg(p, ACL_NOT_CACHED, sentinel) != ACL_NOT_CACHED) { in nfs3_prepare_get_acl()44 cmpxchg(p, sentinel, ACL_NOT_CACHED); in nfs3_abort_get_acl()
91 old = xchg(p, ACL_NOT_CACHED); in __forget_cached_acl()139 cmpxchg(p, ACL_NOT_CACHED, sentinel); in get_acl()160 cmpxchg(p, sentinel, ACL_NOT_CACHED); in get_acl()
222 inode->i_acl = inode->i_default_acl = ACL_NOT_CACHED; in inode_init_always()
560 #define ACL_NOT_CACHED ((void *)(-1)) macro