Searched refs:acls (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/ksmbd/ |
D | vfs.c | 1830 struct posix_acl *acls; in ksmbd_vfs_set_init_posix_acl() local 1853 acls = posix_acl_alloc(6, GFP_KERNEL); in ksmbd_vfs_set_init_posix_acl() 1854 if (!acls) { in ksmbd_vfs_set_init_posix_acl() 1858 posix_state_to_acl(&acl_state, acls->a_entries); in ksmbd_vfs_set_init_posix_acl() 1859 rc = set_posix_acl(user_ns, inode, ACL_TYPE_ACCESS, acls); in ksmbd_vfs_set_init_posix_acl() 1864 posix_state_to_acl(&acl_state, acls->a_entries); in ksmbd_vfs_set_init_posix_acl() 1866 acls); in ksmbd_vfs_set_init_posix_acl() 1872 posix_acl_release(acls); in ksmbd_vfs_set_init_posix_acl() 1879 struct posix_acl *acls; in ksmbd_vfs_inherit_posix_acl() local 1886 acls = get_acl(parent_inode, ACL_TYPE_DEFAULT); in ksmbd_vfs_inherit_posix_acl() [all …]
|
/linux-6.1.9/Documentation/target/ |
D | tcm_mod_builder.rst | 109 | |-- acls
|
/linux-6.1.9/Documentation/filesystems/ |
D | overlayfs.rst | 305 Check (a) ensures consistency (1) since owner, group, mode and posix acls
|
/linux-6.1.9/Documentation/admin-guide/cifs/ |
D | usage.rst | 575 posix acls, posix locks, posix paths, symlink support
|