• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/

Lines Matching refs:xfs_extlen_t

233 	xfs_extlen_t	total,		/* total blocks needed by transaction */
2001 xfs_extlen_t extsz, /* align to this extent size */
2007 xfs_extlen_t *lenp) /* in/out: aligned length */
2010 xfs_extlen_t orig_alen; /* original length */
2015 xfs_extlen_t align_alen; /* temp for length */
2016 xfs_extlen_t temp; /* temp for calculations */
2313 xfs_extlen_t prod = 0; /* product factor for allocators */
2314 xfs_extlen_t ralen = 0; /* realtime allocation length */
2315 xfs_extlen_t align; /* minimum allocation alignment */
2406 xfs_extlen_t *blen)
2444 xfs_extlen_t longest;
2523 xfs_extlen_t align; /* minimum allocation alignment */
2527 xfs_extlen_t blen;
2528 xfs_extlen_t nextminlen = 0;
2594 if ((args.mod = (xfs_extlen_t)do_mod(ap->off, args.prod)))
2595 args.mod = (xfs_extlen_t)(args.prod - args.mod);
2601 if ((args.mod = (xfs_extlen_t)(do_mod(ap->off, args.prod))))
2602 args.mod = (xfs_extlen_t)(args.prod - args.mod);
2879 (xfs_extlen_t)len)))
3340 xfs_extlen_t total, /* total blocks needed by transaction */
3722 new->xbfi_blockcount = (xfs_extlen_t)len;
3912 xfs_extlen_t len, /* size of hole to find */
4325 xfs_extlen_t total, /* total blocks needed */
4331 xfs_extlen_t alen; /* allocated extent length */
4341 xfs_extlen_t indlen; /* indirect blocks length */
4344 xfs_extlen_t minleft; /* min blocks left after allocation */
4345 xfs_extlen_t minlen; /* min allocation size */
4462 alen = (xfs_extlen_t)got.br_blockcount;
4469 alen = (xfs_extlen_t)
4472 alen = (xfs_extlen_t)
4479 xfs_extlen_t extsz;
4519 indlen = (xfs_extlen_t)
4976 xfs_extlen_t mod; /* rt extent offset */