Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dcifsacl.c1187 if (pfid && (ops->get_acl_by_fid)) in cifs_acl_to_fattr()
1188 pntsd = ops->get_acl_by_fid(cifs_sb, pfid, &acllen); in cifs_acl_to_fattr()
Dsmb2ops.c4527 .get_acl_by_fid = get_smb2_acl_by_fid,
4626 .get_acl_by_fid = get_smb2_acl_by_fid,
4734 .get_acl_by_fid = get_smb2_acl_by_fid,
4843 .get_acl_by_fid = get_smb2_acl_by_fid,
Dsmb1ops.c1230 .get_acl_by_fid = get_cifs_acl_by_fid,
Dcifsglob.h459 struct cifs_ntsd * (*get_acl_by_fid)(struct cifs_sb_info *, member