Searched refs:OP_LINK (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | audit.h | 54 #define OP_LINK "link" macro
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | audit.h | 54 #define OP_LINK "link" macro
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | file.c | 368 error = path_name(OP_LINK, &profile->label, link, profile->path_flags, in profile_path_link() 374 error = path_name(OP_LINK, &profile->label, target, profile->path_flags, in profile_path_link() 433 return aa_audit_file(profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | file.c | 341 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs4.h | 87 OP_LINK = 11, enumerator
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs4.h | 87 OP_LINK = 11, enumerator
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4xdr.c | 2107 [OP_LINK] = (nfsd4_dec)nfsd4_decode_link, 5068 [OP_LINK] = (nfsd4_enc)nfsd4_encode_link,
|
H A D | nfs4proc.c | 2856 [OP_LINK] = { 2860 .op_name = "OP_LINK",
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4xdr.c | 2336 [OP_LINK] = nfsd4_decode_link, 5271 [OP_LINK] = nfsd4_encode_link,
|
H A D | nfs4proc.c | 3194 [OP_LINK] = { 3198 .op_name = "OP_LINK",
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4xdr.c | 1290 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr); in encode_link() 4925 status = decode_op_hdr(xdr, OP_LINK); in decode_link() 6279 * Note order: OP_LINK leaves the directory as the current in nfs4_xdr_dec_link()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4xdr.c | 1302 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr); in encode_link() 5020 status = decode_op_hdr(xdr, OP_LINK); in decode_link() 6375 * Note order: OP_LINK leaves the directory as the current in nfs4_xdr_dec_link()
|
Completed in 49 milliseconds