/linux-2.6.39/fs/xfs/ |
D | xfs_bmap.h | 120 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);
|
D | xfs_bmap_btree.h | 121 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,
|
D | xfs_iomap.c | 57 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 …]
|
D | xfs_types.h | 102 typedef __uint64_t xfs_fileoff_t; /* block number in a file */ typedef 117 #define NULLFILEOFF ((xfs_fileoff_t)-1)
|
D | xfs_bmap_btree.c | 106 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()
|
D | xfs_bmap.c | 247 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 …]
|
D | xfs_dir2.c | 512 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()
|
D | xfs_dir2_node.h | 97 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
|
D | xfs_btree.h | 446 #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))
|
D | xfs_vnodeops.c | 585 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()
|
D | xfs_inode.h | 560 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 *);
|
D | xfs_attr.c | 1968 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()
|
D | xfs_da_btree.c | 1556 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()
|
D | xfs_inode.c | 1189 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()
|
D | xfs_dir2_node.c | 1508 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()
|
D | xfs_dir2_leaf.c | 1756 xfs_fileoff_t fo; /* freespace file offset */ in xfs_dir2_node_to_leaf()
|
D | xfs_rtalloc.c | 81 xfs_fileoff_t bno; /* block number in file */ in xfs_growfs_rt_alloc()
|
D | xfs_attr_leaf.c | 2929 error = xfs_bmapi(*trans, dp, (xfs_fileoff_t)tblkno, tblkcnt, in xfs_attr_leaf_freextent()
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_file.c | 462 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()
|
D | xfs_aops.c | 314 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()
|
D | xfs_trace.h | 192 __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/ |
D | xfs_dquot.h | 59 xfs_fileoff_t q_fileoffset; /* offset in quotas file */
|
D | xfs_dquot.c | 352 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()
|
D | xfs_qm.c | 1362 xfs_fileoff_t lblkno; in xfs_qm_dqiterate()
|