Searched refs:xfs_fileoff_t (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap.h33 * makes merging changes easier. (xfs_fileoff_t and xfs_filblks_t are
38 xfs_fileoff_t xed_startoff; /* offset of range */
110 xfs_fileoff_t off; /* offset in file filling in */
217 xfs_fileoff_t *unused, /* unused block num */
230 xfs_fileoff_t *last_block, /* last block */
242 xfs_fileoff_t *unused, /* last block num */
283 xfs_fileoff_t bno, /* starting file offs. mapped */
308 xfs_fileoff_t bno); /* starting file offs. mapped */
320 xfs_fileoff_t bno, /* starting offset to unmap */
348 xfs_fileoff_t endof
[all...]
H A Dxfs_bmap_btree.h157 xfs_fileoff_t br_startoff; /* starting file offset */
289 extern xfs_fileoff_t xfs_bmbt_get_startoff(xfs_bmbt_rec_t *r);
295 extern xfs_fileoff_t xfs_bmbt_disk_get_startoff(xfs_bmbt_rec_t *r);
307 extern int xfs_bmbt_lookup_eq(struct xfs_btree_cur *, xfs_fileoff_t,
309 extern int xfs_bmbt_lookup_ge(struct xfs_btree_cur *, xfs_fileoff_t,
319 extern void xfs_bmbt_set_allf(xfs_bmbt_rec_t *r, xfs_fileoff_t o,
323 extern void xfs_bmbt_set_startoff(xfs_bmbt_rec_t *r, xfs_fileoff_t v);
328 extern void xfs_bmbt_disk_set_allf(xfs_bmbt_rec_t *r, xfs_fileoff_t o,
336 extern int xfs_bmbt_update(struct xfs_btree_cur *, xfs_fileoff_t,
H A Dxfs_btree.h460 ((xfs_fileoff_t)(a) < (xfs_fileoff_t)(b) ? \
461 (xfs_fileoff_t)(a) : (xfs_fileoff_t)(b))
463 ((xfs_fileoff_t)(a) > (xfs_fileoff_t)(b) ? \
464 (xfs_fileoff_t)(a) : (xfs_fileoff_t)(b))
H A Dxfs_types.h110 typedef __uint64_t xfs_fileoff_t; /* block number in a file */ typedef
127 #define NULLFILEOFF ((xfs_fileoff_t)-1)
H A Dxfs_iomap.c191 xfs_fileoff_t offset_fsb, end_fsb;
321 xfs_fileoff_t *last_fsb)
323 xfs_fileoff_t new_last_fsb = 0;
428 xfs_fileoff_t offset_fsb;
429 xfs_fileoff_t last_fsb;
474 last_fsb = MIN(last_fsb, (xfs_fileoff_t)
602 xfs_fileoff_t start_fsb;
647 xfs_fileoff_t offset_fsb;
648 xfs_fileoff_t last_fsb;
650 xfs_fileoff_t ioalig
[all...]
H A Dxfs_dir2_node.h101 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
H A Dxfs_dir2.c448 xfs_fileoff_t bno; /* directory offset of new block */
495 xfs_fileoff_t b; /* current file offset */
582 xfs_fileoff_t last; /* last file offset */
604 xfs_fileoff_t last; /* last file offset */
697 xfs_fileoff_t bno; /* directory file offset */
H A Dxfs_bmap.c253 xfs_fileoff_t bno, /* block number searched for */
269 xfs_fileoff_t off, /* file offset in fsblocks */
361 xfs_fileoff_t bno,
375 xfs_fileoff_t bno,
718 xfs_fileoff_t new_endoff; /* end offset of new entry */
1295 xfs_fileoff_t new_endoff; /* end offset of new entry */
2297 xfs_fileoff_t *offp, /* in/out: aligned offset */
2300 xfs_fileoff_t orig_off; /* original offset */
2302 xfs_fileoff_t orig_end; /* original off+len */
2303 xfs_fileoff_t next
[all...]
H A Dxfs_mount.h197 xfs_fileoff_t, xfs_filblks_t, int,
202 void *, xfs_fileoff_t,
206 typedef int (*xfs_bmap_eof_t)(void *, xfs_fileoff_t, int, int *);
H A Dxfs_inode.h563 xfs_bmbt_rec_t *xfs_iext_bno_to_ext(xfs_ifork_t *, xfs_fileoff_t, int *);
564 xfs_ext_irec_t *xfs_iext_bno_to_irec(xfs_ifork_t *, xfs_fileoff_t, int *);
H A Dxfs_bmap_btree.c1074 xfs_fileoff_t startoff;
1834 s->br_startoff = ((xfs_fileoff_t)l0 &
1933 xfs_fileoff_t
1937 return ((xfs_fileoff_t)r->l0 &
1980 xfs_fileoff_t
1984 return ((xfs_fileoff_t)INT_GET(r->l0, ARCH_CONVERT) &
2206 xfs_fileoff_t off,
2220 xfs_fileoff_t off,
2391 xfs_fileoff_t o,
2478 xfs_fileoff_t
[all...]
H A Dxfs_da_btree.c1540 xfs_fileoff_t bno, b;
1646 xfs_fileoff_t lastoff;
1886 xfs_fileoff_t off;
1945 (xfs_fileoff_t)bno))) {
1953 map.br_startoff = (xfs_fileoff_t)bno;
1960 if ((error = xfs_bmapi(trans, dp, (xfs_fileoff_t)bno,
1969 map.br_startoff = (xfs_fileoff_t)bno;
H A Dxfs_inode.c1279 xfs_fileoff_t map_first;
1324 xfs_fileoff_t last_block;
1325 xfs_fileoff_t size_last_block;
1552 xfs_fileoff_t first_unmap_block;
1553 xfs_fileoff_t last_block;
4353 xfs_fileoff_t bno, /* block number to search for */
4364 xfs_fileoff_t startoff = 0; /* start offset of extent */
4424 xfs_fileoff_t bno, /* block number to search for */
H A Dxfs_vnodeops.c1209 xfs_fileoff_t end_fsb;
1210 xfs_fileoff_t last_fsb;
3297 xfs_fileoff_t first_fsb;
4027 xfs_fileoff_t startoffset_fsb;
4088 xfs_fileoff_t s, e;
4219 xfs_fileoff_t offset_fsb;
4298 xfs_fileoff_t endoffset_fsb;
4310 xfs_fileoff_t startoffset_fsb;
H A Dxfs_attr.c2004 error = xfs_bmapi(args->trans, args->dp, (xfs_fileoff_t)lblkno,
2044 xfs_fileoff_t lfileoff;
2080 error = xfs_bmapi(args->trans, dp, (xfs_fileoff_t)lblkno,
2133 error = xfs_bmapi(NULL, dp, (xfs_fileoff_t)lblkno,
2198 error = xfs_bmapi(NULL, args->dp, (xfs_fileoff_t)lblkno,
H A Dxfs_dir2_node.c1437 xfs_fileoff_t fo; /* freespace block number */
1941 xfs_fileoff_t fo, /* free block number */
H A Dxfs_dir2_leaf.c1751 xfs_fileoff_t fo; /* freespace file offset */
H A Dxfs_rtalloc.c97 xfs_fileoff_t bno; /* block number in file */
H A Dxfs_attr_leaf.c2988 error = xfs_bmapi(*trans, dp, (xfs_fileoff_t)tblkno, tblkcnt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_lrw.c463 xfs_fileoff_t last_fsb;
533 xfs_fileoff_t start_zero_fsb;
534 xfs_fileoff_t end_zero_fsb;
535 xfs_fileoff_t zero_count_fsb;
536 xfs_fileoff_t last_fsb;
537 xfs_fileoff_t zero_off;
567 last_fsb = isize ? XFS_B_TO_FSBT(mp, isize - 1) : (xfs_fileoff_t)-1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot.h76 xfs_fileoff_t q_fileoffset; /* offset in quotas file */
H A Dxfs_dquot.c402 xfs_fileoff_t offset_fsb,
540 dqp->q_fileoffset = (xfs_fileoff_t)id / XFS_QM_DQPERBLK(mp);
H A Dxfs_qm.c1574 xfs_fileoff_t lblkno;

Completed in 401 milliseconds