Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dfile.c341 error = path_name(OP_LINK, subj_cred, &profile->label, link, in profile_path_link()
348 error = path_name(OP_LINK, subj_cred, &profile->label, target, in profile_path_link()
410 profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
/openbmc/linux/security/apparmor/include/
H A Daudit.h54 #define OP_LINK "link" macro
/openbmc/linux/include/linux/
H A Dnfs4.h87 OP_LINK = 11, enumerator
/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c2328 [OP_LINK] = nfsd4_decode_link,
5263 [OP_LINK] = nfsd4_encode_link,
H A Dnfs4proc.c3196 [OP_LINK] = {
/openbmc/linux/fs/nfs/
H A Dnfs4xdr.c1302 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr); in encode_link()
5020 status = decode_op_hdr(xdr, OP_LINK); in decode_link()