Searched refs:acllen (Results 1 – 4 of 4) sorted by relevance
/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 | 1114 int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_cifs_acl() argument 1152 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag); in set_cifs_acl() 1169 u32 acllen = 0; in cifs_acl_to_fattr() local 1182 pntsd = ops->get_acl_by_fid(cifs_sb, pfid, &acllen); in cifs_acl_to_fattr() 1184 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen); in cifs_acl_to_fattr() 1194 rc = parse_sec_desc(cifs_sb, pntsd, acllen, fattr, true); in cifs_acl_to_fattr() 1198 rc = parse_sec_desc(cifs_sb, pntsd, acllen, fattr, false); in cifs_acl_to_fattr()
|
D | cifssmb.c | 4056 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 4074 data_count = acllen; in CIFSSMBSetCIFSACL() 4094 if (pntsd && acllen) { in CIFSSMBSetCIFSACL() 4096 data_offset, pntsd, acllen); in CIFSSMBSetCIFSACL()
|
D | smb2ops.c | 2892 set_smb2_acl(struct cifs_ntsd *pnntsd, __u32 acllen, in set_smb2_acl() argument 2936 fid.volatile_fid, pnntsd, acllen, aclflag); in set_smb2_acl()
|