Searched refs:OP_GETATTR (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | nfs4.h | 87 OP_GETATTR = 9, enumerator
|
/linux/fs/nfs/ |
H A D | nfs4xdr.c | 1260 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr() 4496 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps() 4534 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs() 4571 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf() 4826 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic() 4980 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo() 5464 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_getacl()
|
/linux/fs/nfsd/ |
H A D | nfs4proc.c | 3362 [OP_GETATTR] = {
|