Home
last modified time | relevance | path

Searched refs:xfs_fileoff_t (Results 1 – 24 of 24) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_bmap.h120 xfs_fileoff_t off; /* offset in file filling in */
223 xfs_fileoff_t *unused, /* unused block num */
236 xfs_fileoff_t *last_block, /* last block */
248 xfs_fileoff_t *unused, /* last block num */
289 xfs_fileoff_t bno, /* starting file offs. mapped */
312 xfs_fileoff_t bno); /* starting file offs. mapped */
324 xfs_fileoff_t bno, /* starting offset to unmap */
383 xfs_fileoff_t endoff,
400 xfs_fileoff_t start_fsb,
401 xfs_fileoff_t length);
Dxfs_bmap_btree.h121 xfs_fileoff_t br_startoff; /* starting file offset */
212 extern xfs_fileoff_t xfs_bmbt_get_startoff(xfs_bmbt_rec_host_t *r);
216 extern xfs_fileoff_t xfs_bmbt_disk_get_startoff(xfs_bmbt_rec_t *r);
219 extern void xfs_bmbt_set_allf(xfs_bmbt_rec_host_t *r, xfs_fileoff_t o,
223 extern void xfs_bmbt_set_startoff(xfs_bmbt_rec_host_t *r, xfs_fileoff_t v);
226 extern void xfs_bmbt_disk_set_allf(xfs_bmbt_rec_t *r, xfs_fileoff_t o,
Dxfs_iomap.c57 xfs_fileoff_t *last_fsb) in xfs_iomap_eof_align_last_fsb()
59 xfs_fileoff_t new_last_fsb = 0; in xfs_iomap_eof_align_last_fsb()
129 xfs_fileoff_t offset_fsb; in xfs_iomap_write_direct()
130 xfs_fileoff_t last_fsb; in xfs_iomap_write_direct()
163 last_fsb = MIN(last_fsb, (xfs_fileoff_t) in xfs_iomap_write_direct()
284 xfs_fileoff_t start_fsb; in xfs_iomap_eof_want_preallocate()
380 xfs_fileoff_t offset_fsb; in xfs_iomap_write_delay()
381 xfs_fileoff_t last_fsb; in xfs_iomap_write_delay()
383 xfs_fileoff_t ioalign; in xfs_iomap_write_delay()
491 xfs_fileoff_t offset_fsb, last_block; in xfs_iomap_write_allocate()
[all …]
Dxfs_types.h102 typedef __uint64_t xfs_fileoff_t; /* block number in a file */ typedef
117 #define NULLFILEOFF ((xfs_fileoff_t)-1)
Dxfs_bmap_btree.c106 s->br_startoff = ((xfs_fileoff_t)l0 & in __xfs_bmbt_get_all()
180 xfs_fileoff_t
184 return ((xfs_fileoff_t)r->l0 & in xfs_bmbt_get_startoff()
212 xfs_fileoff_t
216 return ((xfs_fileoff_t)be64_to_cpu(r->l0) & in xfs_bmbt_disk_get_startoff()
227 xfs_fileoff_t startoff, in xfs_bmbt_set_allf()
285 xfs_fileoff_t startoff, in xfs_bmbt_disk_set_allf()
388 xfs_fileoff_t v) in xfs_bmbt_set_startoff()
Dxfs_bmap.c247 xfs_fileoff_t bno, /* block number searched for */
263 xfs_fileoff_t off, /* file offset in fsblocks */
283 xfs_fileoff_t bno,
323 xfs_fileoff_t off, in xfs_bmbt_lookup_eq()
337 xfs_fileoff_t off, in xfs_bmbt_lookup_ge()
356 xfs_fileoff_t off, in xfs_bmbt_update()
658 xfs_fileoff_t new_endoff; /* end offset of new entry */ in xfs_bmap_add_extent_delay_real()
1174 xfs_fileoff_t new_endoff; /* end offset of new entry */ in xfs_bmap_add_extent_unwritten_real()
2026 xfs_fileoff_t *offp, /* in/out: aligned offset */ in xfs_bmap_extsize_align()
2029 xfs_fileoff_t orig_off; /* original offset */ in xfs_bmap_extsize_align()
[all …]
Dxfs_dir2.c512 xfs_fileoff_t bno; /* directory offset of new block */ in xfs_dir2_grow_inode()
562 xfs_fileoff_t b; /* current file offset */ in xfs_dir2_grow_inode()
652 xfs_fileoff_t last; /* last file offset */ in xfs_dir2_isblock()
674 xfs_fileoff_t last; /* last file offset */ in xfs_dir2_isleaf()
696 xfs_fileoff_t bno; /* directory file offset */ in xfs_dir2_shrink_inode()
Dxfs_dir2_node.h97 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
Dxfs_btree.h446 #define XFS_FILEOFF_MIN(a,b) min_t(xfs_fileoff_t, (a), (b))
447 #define XFS_FILEOFF_MAX(a,b) max_t(xfs_fileoff_t, (a), (b))
Dxfs_vnodeops.c585 xfs_fileoff_t end_fsb; in xfs_free_eofblocks()
586 xfs_fileoff_t last_fsb; in xfs_free_eofblocks()
1947 xfs_fileoff_t first_fsb; in xfs_symlink()
2234 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space()
2273 xfs_fileoff_t s, e; in xfs_alloc_file_space()
2299 resblks = min_t(xfs_fileoff_t, (e - s), (MAXEXTLEN * nimaps)); in xfs_alloc_file_space()
2405 xfs_fileoff_t offset_fsb; in xfs_zero_remaining_bytes()
2497 xfs_fileoff_t endoffset_fsb; in xfs_free_file_space()
2509 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space()
Dxfs_inode.h560 xfs_bmbt_rec_host_t *xfs_iext_bno_to_ext(xfs_ifork_t *, xfs_fileoff_t, int *);
561 xfs_ext_irec_t *xfs_iext_bno_to_irec(xfs_ifork_t *, xfs_fileoff_t, int *);
Dxfs_attr.c1968 error = xfs_bmapi(args->trans, args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_get()
2009 xfs_fileoff_t lfileoff; in xfs_attr_rmtval_set()
2045 error = xfs_bmapi(args->trans, dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set()
2097 error = xfs_bmapi(NULL, dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set()
2162 error = xfs_bmapi(NULL, args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_remove()
Dxfs_da_btree.c1556 xfs_fileoff_t bno, b; in xfs_da_grow_inode()
1666 xfs_fileoff_t lastoff; in xfs_da_swap_lastblock()
1906 xfs_fileoff_t off; in xfs_da_map_covers_blocks()
1965 (xfs_fileoff_t)bno))) { in xfs_da_do_buf()
1973 map.br_startoff = (xfs_fileoff_t)bno; in xfs_da_do_buf()
1980 if ((error = xfs_bmapi(trans, dp, (xfs_fileoff_t)bno, in xfs_da_do_buf()
1989 map.br_startoff = (xfs_fileoff_t)bno; in xfs_da_do_buf()
Dxfs_inode.c1189 xfs_fileoff_t map_first; in xfs_isize_check()
1237 xfs_fileoff_t last_block; in xfs_file_last_byte()
1238 xfs_fileoff_t size_last_block; in xfs_file_last_byte()
1431 xfs_fileoff_t first_unmap_block; in xfs_itruncate_finish()
1432 xfs_fileoff_t last_block; in xfs_itruncate_finish()
3764 xfs_fileoff_t bno, /* block number to search for */ in xfs_iext_bno_to_ext()
3775 xfs_fileoff_t startoff = 0; /* start offset of extent */ in xfs_iext_bno_to_ext()
3835 xfs_fileoff_t bno, /* block number to search for */ in xfs_iext_bno_to_irec()
Dxfs_dir2_node.c1508 xfs_fileoff_t fo; /* freespace block number */ in xfs_dir2_node_addname_int()
2018 xfs_fileoff_t fo, /* free block number */ in xfs_dir2_node_trim_free()
Dxfs_dir2_leaf.c1756 xfs_fileoff_t fo; /* freespace file offset */ in xfs_dir2_node_to_leaf()
Dxfs_rtalloc.c81 xfs_fileoff_t bno; /* block number in file */ in xfs_growfs_rt_alloc()
Dxfs_attr_leaf.c2929 error = xfs_bmapi(*trans, dp, (xfs_fileoff_t)tblkno, tblkcnt, in xfs_attr_leaf_freextent()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_file.c462 xfs_fileoff_t last_fsb; in xfs_zero_last_block()
531 xfs_fileoff_t start_zero_fsb; in xfs_zero_eof()
532 xfs_fileoff_t end_zero_fsb; in xfs_zero_eof()
533 xfs_fileoff_t zero_count_fsb; in xfs_zero_eof()
534 xfs_fileoff_t last_fsb; in xfs_zero_eof()
535 xfs_fileoff_t zero_off; in xfs_zero_eof()
562 last_fsb = isize ? XFS_B_TO_FSBT(mp, isize - 1) : (xfs_fileoff_t)-1; in xfs_zero_eof()
Dxfs_aops.c314 xfs_fileoff_t offset_fsb, end_fsb; in xfs_map_blocks()
864 xfs_fileoff_t start_fsb; in xfs_aops_discard_page()
1142 xfs_fileoff_t offset_fsb, end_fsb; in __xfs_get_blocks()
1392 xfs_fileoff_t start_fsb; in xfs_vm_write_failed()
1393 xfs_fileoff_t end_fsb; in xfs_vm_write_failed()
Dxfs_trace.h192 __field(xfs_fileoff_t, startoff)
231 __field(xfs_fileoff_t, startoff)
954 __field(xfs_fileoff_t, startoff)
1121 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len,
1128 __field(xfs_fileoff_t, bno)
/linux-2.6.39/fs/xfs/quota/
Dxfs_dquot.h59 xfs_fileoff_t q_fileoffset; /* offset in quotas file */
Dxfs_dquot.c352 xfs_fileoff_t offset_fsb, in xfs_qm_dqalloc()
473 dqp->q_fileoffset = (xfs_fileoff_t)id / mp->m_quotainfo->qi_dqperchunk; in xfs_qm_dqtobp()
Dxfs_qm.c1362 xfs_fileoff_t lblkno; in xfs_qm_dqiterate()