Searched refs:OP_GETATTR (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/security/apparmor/include/ |
D | audit.h | 69 OP_GETATTR, enumerator
|
/linux-2.6.39/include/linux/ |
D | nfs4.h | 203 OP_GETATTR = 9, enumerator
|
/linux-2.6.39/fs/nfs/ |
D | nfs4xdr.c | 1048 *p++ = cpu_to_be32(OP_GETATTR); in encode_getattr_one() 1060 *p++ = cpu_to_be32(OP_GETATTR); in encode_getattr_two() 3922 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps() 3948 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs() 3980 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf() 4120 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic() 4209 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo() 4658 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_getacl()
|
/linux-2.6.39/security/apparmor/ |
D | lsm.c | 373 return common_perm_mnt_dentry(OP_GETATTR, mnt, dentry, in apparmor_inode_getattr()
|
/linux-2.6.39/fs/nfsd/ |
D | nfs4xdr.c | 1300 [OP_GETATTR] = (nfsd4_dec)nfsd4_decode_getattr, 1340 [OP_GETATTR] = (nfsd4_dec)nfsd4_decode_getattr, 3166 [OP_GETATTR] = (nfsd4_enc)nfsd4_encode_getattr,
|
D | nfs4proc.c | 1193 [OP_GETATTR] = {
|