Searched refs:acllen (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/cifs/ |
D | xattr.c | 332 u32 acllen; in cifs_xattr_get() local 339 inode, full_path, &acllen); in cifs_xattr_get() 346 if (acllen > size) in cifs_xattr_get() 347 acllen = -ERANGE; in cifs_xattr_get() 349 memcpy(value, pacl, acllen); in cifs_xattr_get() 351 rc = acllen; in cifs_xattr_get()
|
D | cifsacl.c | 1188 int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_cifs_acl() argument 1226 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag); in set_cifs_acl() 1243 u32 acllen = 0; in cifs_acl_to_fattr() local 1256 pntsd = ops->get_acl_by_fid(cifs_sb, pfid, &acllen); in cifs_acl_to_fattr() 1258 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen); in cifs_acl_to_fattr() 1268 rc = parse_sec_desc(cifs_sb, pntsd, acllen, fattr, true); in cifs_acl_to_fattr() 1272 rc = parse_sec_desc(cifs_sb, pntsd, acllen, fattr, false); in cifs_acl_to_fattr()
|
D | cifssmb.c | 3982 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 4000 data_count = acllen; in CIFSSMBSetCIFSACL() 4020 if (pntsd && acllen) { in CIFSSMBSetCIFSACL() 4022 data_offset, pntsd, acllen); in CIFSSMBSetCIFSACL()
|
D | smb2ops.c | 3267 set_smb2_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_smb2_acl() argument 3312 fid.volatile_fid, pnntsd, acllen, aclflag); in set_smb2_acl()
|