Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dxattr.c330 u32 acllen, extra_info; in cifs_xattr_get() local
355 inode, full_path, &acllen, extra_info); in cifs_xattr_get()
362 if (acllen > size) in cifs_xattr_get()
363 acllen = -ERANGE; in cifs_xattr_get()
365 memcpy(value, pacl, acllen); in cifs_xattr_get()
367 rc = acllen; in cifs_xattr_get()
H A Dcifsacl.c1506 int set_cifs_acl(struct smb_ntsd *pnntsd, __u32 acllen, in set_cifs_acl() argument
1547 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag); in set_cifs_acl()
1565 u32 acllen = 0; in cifs_acl_to_fattr() local
1579 pntsd = ops->get_acl_by_fid(cifs_sb, pfid, &acllen, info); in cifs_acl_to_fattr()
1581 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen, info); in cifs_acl_to_fattr()
1591 rc = parse_sec_desc(cifs_sb, pntsd, acllen, fattr, true); in cifs_acl_to_fattr()
1595 rc = parse_sec_desc(cifs_sb, pntsd, acllen, fattr, false); in cifs_acl_to_fattr()
H A Dcifssmb.c3759 struct smb_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument
3779 data_count = acllen; in CIFSSMBSetCIFSACL()
3799 if (pntsd && acllen) { in CIFSSMBSetCIFSACL()
3800 memcpy((char *)pSMBr + data_offset, pntsd, acllen); in CIFSSMBSetCIFSACL()
H A Dsmb2ops.c3273 set_smb2_acl(struct smb_ntsd *pnntsd, __u32 acllen, in set_smb2_acl() argument
3320 fid.volatile_fid, pnntsd, acllen, aclflag); in set_smb2_acl()