Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/backend/
H A Dfs.c1727 struct l9p_acl *parent_acl; in fs_remove() local
1744 parent_acl = getacl(file, -1, dirname); in fs_remove()
1748 parent_acl, &pst, file->ff_acl, &cst, file->ff_ai, (gid_t)-1); in fs_remove()
1749 l9p_acl_free(parent_acl); in fs_remove()
2083 struct l9p_acl *parent_acl; in fs_wstat() local
2096 parent_acl = getacl(file, -1, newname); in fs_wstat()
2098 parent_acl, &st, NULL, NULL, file->ff_ai, (gid_t)-1); in fs_wstat()
2099 l9p_acl_free(parent_acl); in fs_wstat()