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()
103 old = xchg(p, ACL_NOT_CACHED); in __forget_cached_acl()153 cmpxchg(p, ACL_NOT_CACHED, sentinel); in __get_acl()176 cmpxchg(p, sentinel, ACL_NOT_CACHED); in __get_acl()
601 #define ACL_NOT_CACHED ((void *)(-1)) macro