Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
Dvfs.c1830 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/
Dtcm_mod_builder.rst109 | |-- acls
/linux-6.1.9/Documentation/filesystems/
Doverlayfs.rst305 Check (a) ensures consistency (1) since owner, group, mode and posix acls
/linux-6.1.9/Documentation/admin-guide/cifs/
Dusage.rst575 posix acls, posix locks, posix paths, symlink support