/linux-2.6.39/fs/xfs/ |
D | xfs_vnodeops.h | 35 xfs_off_t *offset, filldir_t filldir); 40 xfs_flock64_t *bf, xfs_off_t offset, int attr_flags); 51 int xfs_bmap(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, 53 void xfs_tosspages(struct xfs_inode *inode, xfs_off_t first, 54 xfs_off_t last, int fiopt); 55 int xfs_flushinval_pages(struct xfs_inode *ip, xfs_off_t first, 56 xfs_off_t last, int fiopt); 57 int xfs_flush_pages(struct xfs_inode *ip, xfs_off_t first, 58 xfs_off_t last, uint64_t flags, int fiopt); 59 int xfs_wait_on_pages(struct xfs_inode *ip, xfs_off_t first, xfs_off_t last); [all …]
|
D | xfs_iomap.h | 24 extern int xfs_iomap_write_direct(struct xfs_inode *, xfs_off_t, size_t, 26 extern int xfs_iomap_write_delay(struct xfs_inode *, xfs_off_t, size_t, 28 extern int xfs_iomap_write_allocate(struct xfs_inode *, xfs_off_t, size_t, 30 extern int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, size_t);
|
D | xfs_dfrag.h | 30 xfs_off_t sx_offset; /* offset into file */ 31 xfs_off_t sx_length; /* leng from offset */
|
D | xfs_iomap.c | 123 xfs_off_t offset, in xfs_iomap_write_direct() 278 xfs_off_t offset, in xfs_iomap_eof_want_preallocate() 375 xfs_off_t offset, in xfs_iomap_write_delay() 382 xfs_off_t aligned_offset; in xfs_iomap_write_delay() 486 xfs_off_t offset, in xfs_iomap_write_allocate() 645 xfs_off_t offset, in xfs_iomap_write_unwritten()
|
D | xfs_dir2_block.h | 84 xfs_off_t *offset, filldir_t filldir);
|
D | xfs_vnodeops.c | 2224 xfs_off_t offset, in xfs_alloc_file_space() 2225 xfs_off_t len, in xfs_alloc_file_space() 2230 xfs_off_t count; in xfs_alloc_file_space() 2401 xfs_off_t startoff, in xfs_zero_remaining_bytes() 2402 xfs_off_t endoff) in xfs_zero_remaining_bytes() 2406 xfs_off_t lastoffset; in xfs_zero_remaining_bytes() 2407 xfs_off_t offset; in xfs_zero_remaining_bytes() 2491 xfs_off_t offset, in xfs_free_file_space() 2492 xfs_off_t len, in xfs_free_file_space() 2502 xfs_off_t ioffset; in xfs_free_file_space() [all …]
|
D | xfs_dir2.h | 60 typedef xfs_off_t xfs_dir2_off_t;
|
D | xfs_types.h | 39 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
|
D | xfs_dir2_sf.h | 166 xfs_off_t *offset, filldir_t filldir);
|
D | xfs_dir2_leaf.h | 236 size_t bufsize, xfs_off_t *offset,
|
D | xfs_dir2_block.c | 437 xfs_off_t *offset, in xfs_dir2_block_getdents() 450 xfs_off_t cook; in xfs_dir2_block_getdents()
|
D | xfs_dir2.c | 377 xfs_off_t *offset, in xfs_readdir()
|
D | xfs_dir2_sf.c | 701 xfs_off_t *offset, in xfs_dir2_sf_getdents()
|
D | xfs_dir2_leaf.c | 756 xfs_off_t *offset, in xfs_dir2_leaf_getdents()
|
D | xfs_inode.c | 1313 xfs_off_t toss_start; in xfs_itruncate_start()
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_fs_subr.c | 31 xfs_off_t first, in xfs_tosspages() 32 xfs_off_t last, in xfs_tosspages() 43 xfs_off_t first, in xfs_flushinval_pages() 44 xfs_off_t last, in xfs_flushinval_pages() 63 xfs_off_t first, in xfs_flush_pages() 64 xfs_off_t last, in xfs_flush_pages() 86 xfs_off_t first, in xfs_wait_on_pages() 87 xfs_off_t last) in xfs_wait_on_pages()
|
D | xfs_buf.h | 135 xfs_off_t b_file_offset; /* offset in file */ 170 extern xfs_buf_t *_xfs_buf_find(xfs_buftarg_t *, xfs_off_t, size_t, 175 extern xfs_buf_t *xfs_buf_get(xfs_buftarg_t *, xfs_off_t, size_t, 177 extern xfs_buf_t *xfs_buf_read(xfs_buftarg_t *, xfs_off_t, size_t, 184 extern void xfs_buf_readahead(xfs_buftarg_t *, xfs_off_t, size_t);
|
D | xfs_aops.c | 370 xfs_off_t offset) in xfs_imap_valid() 568 xfs_off_t offset, in xfs_add_to_ioend() 599 xfs_off_t offset) in xfs_map_buffer() 603 xfs_off_t iomap_offset = XFS_FSB_TO_B(m, imap->br_startoff); in xfs_map_buffer() 623 xfs_off_t offset) in xfs_map_at_offset() 685 xfs_off_t end_offset; in xfs_convert_page() 690 xfs_off_t offset = page_offset(page); in xfs_convert_page() 717 (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT, in xfs_convert_page() 965 (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT, in xfs_vm_writepage() 1056 xfs_off_t end_index; in xfs_vm_writepage() [all …]
|
D | xfs_ioctl32.h | 117 xfs_off_t sx_offset; /* offset into file */ 118 xfs_off_t sx_length; /* leng from offset */
|
D | xfs_aops.h | 54 xfs_off_t io_offset; /* offset in the file */
|
D | xfs_buf.c | 175 xfs_off_t range_base, in _xfs_buf_initialize() 296 xfs_off_t end; in xfs_buf_allocate_memory() 428 xfs_off_t ioff, /* starting offset of range */ in _xfs_buf_find() 433 xfs_off_t range_base; in _xfs_buf_find() 445 ASSERT(!(range_base & (xfs_off_t)btp->bt_smask)); in _xfs_buf_find() 538 xfs_off_t ioff, /* starting offset of range */ in xfs_buf_get() 612 xfs_off_t ioff, in xfs_buf_read() 655 xfs_off_t ioff, in xfs_buf_readahead()
|
D | xfs_trace.h | 943 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, 987 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \ 996 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), 1026 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \ 1035 xfs_off_t toss_start, xfs_off_t toss_finish), 1042 __field(xfs_off_t, toss_start) 1043 __field(xfs_off_t, toss_finish) 1096 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish), 1102 __field(xfs_off_t, start) 1103 __field(xfs_off_t, finish)
|
D | xfs_file.c | 527 xfs_off_t offset, /* starting I/O offset */ in xfs_zero_eof() 1014 (xfs_off_t *)&filp->f_pos, filldir); in xfs_file_readdir()
|