Searched refs:acls (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/fs/smb/server/ |
| D | vfs.c | 1833 struct posix_acl *acls; in ksmbd_vfs_set_init_posix_acl() local 1858 acls = posix_acl_alloc(6, GFP_KERNEL); in ksmbd_vfs_set_init_posix_acl() 1859 if (!acls) { in ksmbd_vfs_set_init_posix_acl() 1863 posix_state_to_acl(&acl_state, acls->a_entries); in ksmbd_vfs_set_init_posix_acl() 1869 rc = set_posix_acl(idmap, dentry, ACL_TYPE_ACCESS, acls); in ksmbd_vfs_set_init_posix_acl() 1874 posix_state_to_acl(&acl_state, acls->a_entries); in ksmbd_vfs_set_init_posix_acl() 1875 rc = set_posix_acl(idmap, dentry, ACL_TYPE_DEFAULT, acls); in ksmbd_vfs_set_init_posix_acl() 1884 posix_acl_release(acls); in ksmbd_vfs_set_init_posix_acl() 1891 struct posix_acl *acls; in ksmbd_vfs_inherit_posix_acl() local 1900 acls = get_inode_acl(parent_inode, ACL_TYPE_DEFAULT); in ksmbd_vfs_inherit_posix_acl() [all …]
|
| /Linux-v6.6/Documentation/target/ |
| D | tcm_mod_builder.rst | 109 | |-- acls
|
| /Linux-v6.6/Documentation/filesystems/ |
| D | overlayfs.rst | 304 Check (a) ensures consistency (1) since owner, group, mode and posix acls
|
| /Linux-v6.6/Documentation/admin-guide/cifs/ |
| D | usage.rst | 575 posix acls, posix locks, posix paths, symlink support
|