lfs                63 arch/powerpc/math-emu/math.c FLOATFUNC(lfs);
lfs               241 arch/powerpc/math-emu/math.c 	case LFS:	func = lfs;	type = D;	break;
lfs               242 arch/powerpc/math-emu/math.c 	case LFSU:	func = lfs;	type = DU;	break;
lfs               252 arch/powerpc/math-emu/math.c 		case LFSX:	func = lfs;	type = XE;	break;
lfs               253 arch/powerpc/math-emu/math.c 		case LFSUX:	func = lfs;	type = XEU;	break;
lfs               307 fs/nfs/internal.h 	dst->lfs = src->lfs;
lfs              5891 fs/nfs/nfs4proc.c 	ilabel.lfs = 0;
lfs              1178 fs/nfs/nfs4xdr.c 		*p++ = cpu_to_be32(label->lfs);
lfs              4147 fs/nfs/nfs4xdr.c 	uint32_t lfs = 0;
lfs              4158 fs/nfs/nfs4xdr.c 		lfs = be32_to_cpup(p++);
lfs              4175 fs/nfs/nfs4xdr.c 				label->lfs = lfs;
lfs              4185 fs/nfs/nfs4xdr.c 			(char *)label->label, label->len, label->pi, label->lfs);
lfs                46 include/linux/nfs4.h 	uint32_t	lfs;
lfs               461 tools/testing/selftests/powerpc/alignment/alignment_handler.c 	LOAD_FLOAT_DFORM_TEST(lfs);