Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c217 static struct l9p_acl *look_for_nfsv4_acl(struct fs_fid *ff, int fd,
783 ff->ff_acl = look_for_nfsv4_acl(ff, ff->ff_fd, ff->ff_name); in fillacl()
803 return look_for_nfsv4_acl(ff, fd, path); in getacl()
825 look_for_nfsv4_acl(struct fs_fid *ff, int fd, const char *path) in look_for_nfsv4_acl() function