Searched refs:acllen (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/smb/client/
H A Dxattr.c317 u32 acllen, extra_info; local
329 inode, full_path, &acllen, extra_info);
336 if (acllen > size)
337 acllen = -ERANGE;
339 memcpy(value, pacl, acllen);
341 rc = acllen;
H A Dcifsacl.c1475 int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen, argument
1514 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag);
1532 u32 acllen = 0; local
1546 pntsd = ops->get_acl_by_fid(cifs_sb, pfid, &acllen, info);
1548 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen, info);
1558 rc = parse_sec_desc(cifs_sb, pntsd, acllen, fattr, true);
1562 rc = parse_sec_desc(cifs_sb, pntsd, acllen, fattr, false);
H A Dcifssmb.c3478 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag)
3496 data_count = acllen;
3516 if (pntsd && acllen) {
3518 data_offset, pntsd, acllen);
3477 CIFSSMBSetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) argument
H A Dsmb2ops.c3094 set_smb2_acl(struct cifs_ntsd *pnntsd, __u32 acllen, argument
3142 fid.volatile_fid, pnntsd, acllen, aclflag);

Completed in 182 milliseconds