Searched refs:ACL_NOT_CACHED (Results 1 – 3 of 3) sorted by relevance
25 cmpxchg(p, ACL_NOT_CACHED, sentinel); in nfs3_prepare_get_acl() 43 cmpxchg(p, sentinel, ACL_NOT_CACHED); in nfs3_abort_get_acl()
96 old = xchg(p, ACL_NOT_CACHED); in __forget_cached_acl() 140 * current value of the ACL will not be ACL_NOT_CACHED and so our own in __get_acl() 146 cmpxchg(p, ACL_NOT_CACHED, sentinel); in __get_acl() 169 cmpxchg(p, sentinel, ACL_NOT_CACHED); in __get_acl()
641 #define ACL_NOT_CACHED ((void *)(-1)) macro