Searched refs:OP_GETATTR (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/security/apparmor/include/ |
D | audit.h | 67 OP_GETATTR, enumerator
|
/linux-4.4.14/include/linux/ |
D | nfs4.h | 67 OP_GETATTR = 9, enumerator
|
/linux-4.4.14/security/apparmor/ |
D | lsm.c | 362 return common_perm_mnt_dentry(OP_GETATTR, path->mnt, path->dentry, in apparmor_inode_getattr()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4xdr.c | 1193 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr_one() 1203 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr_two() 1217 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr_three() 4334 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps() 4366 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs() 4403 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf() 4669 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic() 4809 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo() 5299 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_getacl()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4proc.c | 1989 [OP_GETATTR] = {
|
D | nfs4xdr.c | 1716 [OP_GETATTR] = (nfsd4_dec)nfsd4_decode_getattr, 4224 [OP_GETATTR] = (nfsd4_enc)nfsd4_encode_getattr,
|