Searched refs:OP_GETATTR (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/security/apparmor/include/ |
D | audit.h | 64 #define OP_GETATTR "getattr" macro
|
/Linux-v4.19/include/linux/ |
D | nfs4.h | 84 OP_GETATTR = 9, enumerator
|
/Linux-v4.19/fs/nfs/ |
D | nfs4xdr.c | 1248 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr() 4479 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps() 4511 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs() 4548 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf() 4814 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic() 4956 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo() 5451 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_getacl()
|
/Linux-v4.19/security/apparmor/ |
D | lsm.c | 395 return common_perm_cond(OP_GETATTR, path, AA_MAY_GETATTR); in apparmor_inode_getattr()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4xdr.c | 1807 [OP_GETATTR] = (nfsd4_dec)nfsd4_decode_getattr, 4292 [OP_GETATTR] = (nfsd4_enc)nfsd4_encode_getattr,
|
D | nfs4proc.c | 2132 [OP_GETATTR] = {
|