Home
last modified time | relevance | path

Searched refs:OP_LINK (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/security/apparmor/include/
Daudit.h58 #define OP_LINK "link" macro
/Linux-v4.19/security/apparmor/
Dfile.c381 error = path_name(OP_LINK, &profile->label, link, profile->path_flags, in profile_path_link()
387 error = path_name(OP_LINK, &profile->label, target, profile->path_flags, in profile_path_link()
446 return aa_audit_file(profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
/Linux-v4.19/include/linux/
Dnfs4.h86 OP_LINK = 11, enumerator
/Linux-v4.19/fs/nfsd/
Dnfs4xdr.c1809 [OP_LINK] = (nfsd4_dec)nfsd4_decode_link,
4294 [OP_LINK] = (nfsd4_enc)nfsd4_encode_link,
Dnfs4proc.c2143 [OP_LINK] = {
/Linux-v4.19/fs/nfs/
Dnfs4xdr.c1290 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr); in encode_link()
5038 status = decode_op_hdr(xdr, OP_LINK); in decode_link()