Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsacl.c1562 if (pfid && (ops->get_acl_by_fid)) in cifs_acl_to_fattr()
1563 pntsd = ops->get_acl_by_fid(cifs_sb, pfid, &acllen, info); in cifs_acl_to_fattr()
H A Dsmb1ops.c1153 .get_acl_by_fid = get_cifs_acl_by_fid,
H A Dsmb2ops.c5341 .get_acl_by_fid = get_smb2_acl_by_fid,
5446 .get_acl_by_fid = get_smb2_acl_by_fid,
5562 .get_acl_by_fid = get_smb2_acl_by_fid,
5678 .get_acl_by_fid = get_smb2_acl_by_fid,
H A Dcifsglob.h578 struct smb_ntsd * (*get_acl_by_fid)(struct cifs_sb_info *cifssmb, member