Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dvfs.c1874 struct posix_acl *acls; in ksmbd_vfs_set_init_posix_acl() local
1899 acls = posix_acl_alloc(6, GFP_KERNEL); in ksmbd_vfs_set_init_posix_acl()
1900 if (!acls) { in ksmbd_vfs_set_init_posix_acl()
1904 posix_state_to_acl(&acl_state, acls->a_entries); in ksmbd_vfs_set_init_posix_acl()
1906 rc = set_posix_acl(idmap, dentry, ACL_TYPE_ACCESS, acls); in ksmbd_vfs_set_init_posix_acl()
1911 posix_state_to_acl(&acl_state, acls->a_entries); in ksmbd_vfs_set_init_posix_acl()
1912 rc = set_posix_acl(idmap, dentry, ACL_TYPE_DEFAULT, acls); in ksmbd_vfs_set_init_posix_acl()
1919 posix_acl_release(acls); in ksmbd_vfs_set_init_posix_acl()
1926 struct posix_acl *acls; in ksmbd_vfs_inherit_posix_acl() local
1935 acls = get_inode_acl(parent_inode, ACL_TYPE_DEFAULT); in ksmbd_vfs_inherit_posix_acl()
[all …]
/linux-6.12.1/Documentation/target/
Dtcm_mod_builder.rst109 | |-- acls
/linux-6.12.1/Documentation/filesystems/
Doverlayfs.rst313 Check (a) ensures consistency (1) since owner, group, mode and posix acls
/linux-6.12.1/Documentation/admin-guide/cifs/
Dusage.rst575 posix acls, posix locks, posix paths, symlink support