Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsacl.c1558 if (pfid && (ops->get_acl_by_fid)) in cifs_acl_to_fattr()
1559 pntsd = ops->get_acl_by_fid(cifs_sb, pfid, &acllen, info); in cifs_acl_to_fattr()
H A Dsmb1ops.c1171 .get_acl_by_fid = get_cifs_acl_by_fid,
H A Dsmb2ops.c5213 .get_acl_by_fid = get_smb2_acl_by_fid,
5318 .get_acl_by_fid = get_smb2_acl_by_fid,
5434 .get_acl_by_fid = get_smb2_acl_by_fid,
5550 .get_acl_by_fid = get_smb2_acl_by_fid,
H A Dcifsglob.h544 struct smb_ntsd * (*get_acl_by_fid)(struct cifs_sb_info *cifssmb, member