Searched refs:acls (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/smb/server/ |
H A D | vfs.c | 1870 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 D | tar_1.35.bb | 18 PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl"
|
/openbmc/linux/Documentation/target/ |
H A D | tcm_mod_builder.rst | 109 | |-- acls
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.10.rst | 42 - libarchive: Enable acls, xattr for native as well as target
|
H A D | release-notes-4.2.1.rst | 40 - libarchive: Enable acls, xattr for native as well as target
|
/openbmc/linux/Documentation/filesystems/ |
H A D | overlayfs.rst | 304 Check (a) ensures consistency (1) since owner, group, mode and posix acls
|
/openbmc/linux/Documentation/admin-guide/cifs/ |
H A D | usage.rst | 575 posix acls, posix locks, posix paths, symlink support
|