Searched refs:acllen (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | xattr.c | 251 u32 acllen; in cifs_xattr_get() local 258 inode, full_path, &acllen); in cifs_xattr_get() 265 if (acllen > size) in cifs_xattr_get() 266 acllen = -ERANGE; in cifs_xattr_get() 268 memcpy(value, pacl, acllen); in cifs_xattr_get() 270 rc = acllen; in cifs_xattr_get()
|
D | cifsacl.c | 1077 int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_cifs_acl() argument 1118 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag); in set_cifs_acl() 1135 u32 acllen = 0; in cifs_acl_to_fattr() local 1148 pntsd = ops->get_acl_by_fid(cifs_sb, pfid, &acllen); in cifs_acl_to_fattr() 1150 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen); in cifs_acl_to_fattr() 1160 rc = parse_sec_desc(cifs_sb, pntsd, acllen, fattr); in cifs_acl_to_fattr()
|
D | cifssmb.c | 4008 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 4026 data_count = acllen; in CIFSSMBSetCIFSACL() 4046 if (pntsd && acllen) { in CIFSSMBSetCIFSACL() 4048 data_offset, pntsd, acllen); in CIFSSMBSetCIFSACL()
|
D | smb2ops.c | 2103 set_smb2_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_smb2_acl() argument 2151 fid.volatile_fid, pnntsd, acllen, aclflag); in set_smb2_acl()
|