Home
last modified time | relevance | path

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

/linux-6.12.1/fs/9p/
Dacl.c248 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl() function
295 retval = v9fs_set_acl(fid, ACL_TYPE_ACCESS, acl); in v9fs_acl_chmod()
306 v9fs_set_acl(fid, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl()
307 v9fs_set_acl(fid, ACL_TYPE_ACCESS, acl); in v9fs_set_create_acl()