Searched refs:acls (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/ceph/ |
D | dir.c | 713 struct ceph_acls_info acls = {}; in ceph_mknod() local 719 err = ceph_pre_init_acls(dir, &mode, &acls); in ceph_mknod() 737 if (acls.pagelist) { in ceph_mknod() 738 req->r_pagelist = acls.pagelist; in ceph_mknod() 739 acls.pagelist = NULL; in ceph_mknod() 747 ceph_init_inode_acls(d_inode(dentry), &acls); in ceph_mknod() 750 ceph_release_acls_info(&acls); in ceph_mknod() 803 struct ceph_acls_info acls = {}; in ceph_mkdir() local 820 err = ceph_pre_init_acls(dir, &mode, &acls); in ceph_mkdir() 836 if (acls.pagelist) { in ceph_mkdir() [all …]
|
D | file.c | 302 struct ceph_acls_info acls = {}; in ceph_atomic_open() local 317 err = ceph_pre_init_acls(dir, &mode, &acls); in ceph_atomic_open() 333 if (acls.pagelist) { in ceph_atomic_open() 334 req->r_pagelist = acls.pagelist; in ceph_atomic_open() 335 acls.pagelist = NULL; in ceph_atomic_open() 366 ceph_init_inode_acls(d_inode(dentry), &acls); in ceph_atomic_open() 376 ceph_release_acls_info(&acls); in ceph_atomic_open()
|
/linux-4.4.14/Documentation/target/ |
D | tcm_mod_builder.txt | 107 | |-- acls
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 139 Add ability to modify cifs acls for handling chmod (when mounted with 449 to EOPNOTSUPP when server does not support posix acls on the wire. Fix
|
D | README | 495 posix acls, posix locks, posix paths, symlink support
|