Searched refs:acls (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/ceph/ |
D | dir.c | 824 struct ceph_acls_info acls = {}; in ceph_mknod() local 835 err = ceph_pre_init_acls(dir, &mode, &acls); in ceph_mknod() 854 if (acls.pagelist) { in ceph_mknod() 855 req->r_pagelist = acls.pagelist; in ceph_mknod() 856 acls.pagelist = NULL; in ceph_mknod() 864 ceph_init_inode_acls(d_inode(dentry), &acls); in ceph_mknod() 867 ceph_release_acls_info(&acls); in ceph_mknod() 926 struct ceph_acls_info acls = {}; in ceph_mkdir() local 949 err = ceph_pre_init_acls(dir, &mode, &acls); in ceph_mkdir() 966 if (acls.pagelist) { in ceph_mkdir() [all …]
|
D | file.c | 438 struct ceph_acls_info acls = {}; in ceph_atomic_open() local 452 err = ceph_pre_init_acls(dir, &mode, &acls); in ceph_atomic_open() 468 if (acls.pagelist) { in ceph_atomic_open() 469 req->r_pagelist = acls.pagelist; in ceph_atomic_open() 470 acls.pagelist = NULL; in ceph_atomic_open() 508 ceph_init_inode_acls(d_inode(dentry), &acls); in ceph_atomic_open() 518 ceph_release_acls_info(&acls); in ceph_atomic_open()
|
/Linux-v4.19/Documentation/target/ |
D | tcm_mod_builder.txt | 107 | |-- acls
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | README | 494 posix acls, posix locks, posix paths, symlink support
|