Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dfile.c338 error = path_name(OP_LINK, subj_cred, &profile->label, link, in profile_path_link()
345 error = path_name(OP_LINK, subj_cred, &profile->label, target, in profile_path_link()
407 profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
/linux/security/apparmor/include/
H A Daudit.h54 #define OP_LINK "link" macro
/linux/include/linux/
H A Dnfs4.h90 OP_LINK = 11, enumerator
/linux/fs/nfsd/
H A Dnfs4xdr.c2504 [OP_LINK] = nfsd4_decode_link,
6097 [OP_LINK] = nfsd4_encode_link,
H A Dnfs4proc.c3626 [OP_LINK] = {
/linux/fs/nfs/
H A Dnfs4xdr.c1305 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr); in encode_link()
5105 status = decode_op_hdr(xdr, OP_LINK); in decode_link()