Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsacl.c1750 if (pfid && (ops->get_acl_by_fid)) in cifs_acl_to_fattr()
1751 pntsd = ops->get_acl_by_fid(cifs_sb, pfid, &acllen, info); in cifs_acl_to_fattr()
H A Dsmb2ops.c5776 .get_acl_by_fid = get_smb2_acl_by_fid,
5881 .get_acl_by_fid = get_smb2_acl_by_fid,
5997 .get_acl_by_fid = get_smb2_acl_by_fid,
6113 .get_acl_by_fid = get_smb2_acl_by_fid,
H A Dcifsglob.h577 struct smb_ntsd * (*get_acl_by_fid)(struct cifs_sb_info *cifssmb, member