fbytes           2798 drivers/scsi/esp_scsi.c 		unsigned int fbytes = esp_read8(ESP_FFLAGS) & ESP_FF_FBYTES;
fbytes           2800 drivers/scsi/esp_scsi.c 		if (fbytes)
fbytes           2801 drivers/scsi/esp_scsi.c 			return fbytes;
fbytes           2150 fs/nfs/nfs3xdr.c 	p = xdr_decode_size3(p, &result->fbytes);
fbytes           4409 fs/nfs/nfs4xdr.c 	if ((status = decode_attr_space_free(xdr, bitmap, &fsstat->fbytes)) != 0)
fbytes            538 fs/nfs/proc.c  	stat->fbytes = (u64)fsinfo.bfree  * fsinfo.bsize;
fbytes            487 fs/nfs/super.c 	buf->f_bfree = (res.fbytes + blockres) >> blockbits;
fbytes            157 include/linux/nfs_xdr.h 	__u64			fbytes;	/* # of free bytes */