Searched refs:acllen (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/fs/cifs/ |
D | xattr.c | 248 u32 acllen; in cifs_xattr_get() local 255 inode, full_path, &acllen); in cifs_xattr_get() 262 if (acllen > size) in cifs_xattr_get() 263 acllen = -ERANGE; in cifs_xattr_get() 265 memcpy(value, pacl, acllen); in cifs_xattr_get() 267 rc = acllen; in cifs_xattr_get()
|
D | cifsacl.c | 1117 int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_cifs_acl() argument 1158 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag); in set_cifs_acl() 1175 u32 acllen = 0; in cifs_acl_to_fattr() local 1188 pntsd = ops->get_acl_by_fid(cifs_sb, pfid, &acllen); in cifs_acl_to_fattr() 1190 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen); in cifs_acl_to_fattr() 1200 rc = parse_sec_desc(cifs_sb, pntsd, acllen, fattr, true); in cifs_acl_to_fattr() 1203 rc = parse_sec_desc(cifs_sb, pntsd, acllen, fattr, false); in cifs_acl_to_fattr()
|
D | cifssmb.c | 4055 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 4073 data_count = acllen; in CIFSSMBSetCIFSACL() 4093 if (pntsd && acllen) { in CIFSSMBSetCIFSACL() 4095 data_offset, pntsd, acllen); in CIFSSMBSetCIFSACL()
|
D | smb2ops.c | 2838 set_smb2_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_smb2_acl() argument 2886 fid.volatile_fid, pnntsd, acllen, aclflag); in set_smb2_acl()
|