Home
last modified time | relevance | path

Searched refs:uncached_acl_sentinel (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dnfs3acl.c22 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_prepare_get_acl()
30 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_complete_get_acl()
40 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_abort_get_acl()
/openbmc/linux/fs/
H A Dposix_acl.c136 sentinel = uncached_acl_sentinel(current); in __get_acl()
/openbmc/linux/include/linux/
H A Dfs.h617 uncached_acl_sentinel(struct task_struct *task) in uncached_acl_sentinel() function