Home
last modified time | relevance | path

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

/Linux-v6.1/security/apparmor/include/
Daudit.h61 #define OP_OPEN "open" macro
/Linux-v6.1/include/linux/
Dnfs4.h94 OP_OPEN = 18, enumerator
/Linux-v6.1/security/apparmor/
Dlsm.c455 error = aa_path_perm(OP_OPEN, label, &file->f_path, 0, in apparmor_file_open()
/Linux-v6.1/fs/nfsd/
Dnfs4proc.c2670 if (op->opnum == OP_OPEN) in nfsd4_proc_compound()
3224 [OP_OPEN] = {
Dnfs4xdr.c2284 [OP_OPEN] = (nfsd4_dec)nfsd4_decode_open,
5228 [OP_OPEN] = (nfsd4_enc)nfsd4_encode_open,
/Linux-v6.1/fs/nfs/
Dnfs4xdr.c1538 encode_op_hdr(xdr, OP_OPEN, decode_open_maxsz, hdr); in encode_open()
5218 if (!__decode_op_hdr(xdr, OP_OPEN, &status)) in decode_open()