Searched refs:getacl (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 170 static struct l9p_acl *getacl(struct fs_fid *ff, int fd, const char *path); 733 getacl(struct fs_fid *ff, int fd, const char *path) in getacl() function 1744 parent_acl = getacl(file, -1, dirname); in fs_remove() 1936 acl = getacl(file, -1, next); in fs_walk() 2096 parent_acl = getacl(file, -1, newname); in fs_wstat() 2337 oparent_acl = getacl(file, -1, olddir); in fs_rename() 2874 facl = getacl(off, -1, onb); in fs_renameat() 2926 facl = getacl(dirff, -1, newname); in fs_unlinkat()
|
/freebsd/sys/kern/ |
H A D | vnode_if.src | 569 %% getacl vp L L L
|