Searched refs:acls (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ceph/ |
D | dir.c | 703 struct ceph_acls_info acls = {}; in ceph_mknod() local 709 err = ceph_pre_init_acls(dir, &mode, &acls); in ceph_mknod() 727 if (acls.pagelist) { in ceph_mknod() 728 req->r_pagelist = acls.pagelist; in ceph_mknod() 729 acls.pagelist = NULL; in ceph_mknod() 737 ceph_init_inode_acls(d_inode(dentry), &acls); in ceph_mknod() 740 ceph_release_acls_info(&acls); in ceph_mknod() 793 struct ceph_acls_info acls = {}; in ceph_mkdir() local 810 err = ceph_pre_init_acls(dir, &mode, &acls); in ceph_mkdir() 826 if (acls.pagelist) { in ceph_mkdir() [all …]
|
D | file.c | 237 struct ceph_acls_info acls = {}; in ceph_atomic_open() local 252 err = ceph_pre_init_acls(dir, &mode, &acls); in ceph_atomic_open() 268 if (acls.pagelist) { in ceph_atomic_open() 269 req->r_pagelist = acls.pagelist; in ceph_atomic_open() 270 acls.pagelist = NULL; in ceph_atomic_open() 301 ceph_init_inode_acls(d_inode(dentry), &acls); in ceph_atomic_open() 311 ceph_release_acls_info(&acls); in ceph_atomic_open()
|
/linux-4.1.27/Documentation/target/ |
D | tcm_mod_builder.txt | 107 | |-- acls
|
/linux-4.1.27/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
|