Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/include/
Daudit.h67 OP_GETATTR, enumerator
/linux-4.1.27/include/linux/
Dnfs4.h67 OP_GETATTR = 9, enumerator
/linux-4.1.27/fs/nfs/
Dnfs4xdr.c1176 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr_one()
1186 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr_two()
1200 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr_three()
4303 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps()
4332 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs()
4364 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf()
4622 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic()
4740 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo()
5213 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_getacl()
/linux-4.1.27/security/apparmor/
Dlsm.c372 return common_perm_mnt_dentry(OP_GETATTR, path->mnt, path->dentry, in apparmor_inode_getattr()
/linux-4.1.27/fs/nfsd/
Dnfs4proc.c2004 [OP_GETATTR] = {
Dnfs4xdr.c1715 [OP_GETATTR] = (nfsd4_dec)nfsd4_decode_getattr,
4204 [OP_GETATTR] = (nfsd4_enc)nfsd4_encode_getattr,