Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dvfs.c1870 struct posix_acl *acls; in ksmbd_vfs_set_init_posix_acl() local
1895 acls = posix_acl_alloc(6, GFP_KERNEL); in ksmbd_vfs_set_init_posix_acl()
1896 if (!acls) { in ksmbd_vfs_set_init_posix_acl()
1900 posix_state_to_acl(&acl_state, acls->a_entries); in ksmbd_vfs_set_init_posix_acl()
1902 rc = set_posix_acl(idmap, dentry, ACL_TYPE_ACCESS, acls); in ksmbd_vfs_set_init_posix_acl()
1907 posix_state_to_acl(&acl_state, acls->a_entries); in ksmbd_vfs_set_init_posix_acl()
1908 rc = set_posix_acl(idmap, dentry, ACL_TYPE_DEFAULT, acls); in ksmbd_vfs_set_init_posix_acl()
1915 posix_acl_release(acls); in ksmbd_vfs_set_init_posix_acl()
1922 struct posix_acl *acls; in ksmbd_vfs_inherit_posix_acl() local
1931 acls = get_inode_acl(parent_inode, ACL_TYPE_DEFAULT); in ksmbd_vfs_inherit_posix_acl()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tar/
H A Dtar_1.35.bb18 PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl"
/openbmc/linux/Documentation/target/
H A Dtcm_mod_builder.rst109 | |-- acls
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.10.rst42 - libarchive: Enable acls, xattr for native as well as target
H A Drelease-notes-4.2.1.rst40 - libarchive: Enable acls, xattr for native as well as target
/openbmc/linux/Documentation/filesystems/
H A Doverlayfs.rst304 Check (a) ensures consistency (1) since owner, group, mode and posix acls
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dusage.rst575 posix acls, posix locks, posix paths, symlink support