Home
last modified time | relevance | path

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

/linux-5.19.10/security/apparmor/include/
Daudit.h54 #define OP_LINK "link" macro
/linux-5.19.10/security/apparmor/
Dfile.c370 error = path_name(OP_LINK, &profile->label, link, profile->path_flags, in profile_path_link()
376 error = path_name(OP_LINK, &profile->label, target, profile->path_flags, in profile_path_link()
435 return aa_audit_file(profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
/linux-5.19.10/include/linux/
Dnfs4.h87 OP_LINK = 11, enumerator
/linux-5.19.10/fs/nfsd/
Dnfs4xdr.c2226 [OP_LINK] = (nfsd4_dec)nfsd4_decode_link,
5195 [OP_LINK] = (nfsd4_enc)nfsd4_encode_link,
Dnfs4proc.c3171 [OP_LINK] = {
/linux-5.19.10/fs/nfs/
Dnfs4xdr.c1302 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr); in encode_link()
5024 status = decode_op_hdr(xdr, OP_LINK); in decode_link()