Searched refs:xfs_off_t (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_bmap_util.h | 58 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset, 59 xfs_off_t len, int alloc_type); 60 int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset, 61 xfs_off_t len); 62 int xfs_zero_file_space(struct xfs_inode *ip, xfs_off_t offset, 63 xfs_off_t len); 64 int xfs_collapse_file_space(struct xfs_inode *, xfs_off_t offset, 65 xfs_off_t len); 66 int xfs_insert_file_space(struct xfs_inode *, xfs_off_t offset, 67 xfs_off_t len);
|
D | xfs_iomap.h | 24 int xfs_iomap_write_direct(struct xfs_inode *, xfs_off_t, size_t, 26 int xfs_iomap_write_delay(struct xfs_inode *, xfs_off_t, size_t, 28 int xfs_iomap_write_allocate(struct xfs_inode *, xfs_off_t, 30 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t);
|
D | xfs_bmap_util.c | 70 xfs_off_t count_fsb) in xfs_zero_extent() 954 xfs_off_t offset, in xfs_alloc_file_space() 955 xfs_off_t len, in xfs_alloc_file_space() 959 xfs_off_t count; in xfs_alloc_file_space() 1122 xfs_off_t startoff, in xfs_zero_remaining_bytes() 1123 xfs_off_t endoff) in xfs_zero_remaining_bytes() 1127 xfs_off_t lastoffset; in xfs_zero_remaining_bytes() 1128 xfs_off_t offset; in xfs_zero_remaining_bytes() 1206 xfs_off_t offset, in xfs_free_file_space() 1207 xfs_off_t len) in xfs_free_file_space() [all …]
|
D | xfs_iomap.c | 115 xfs_off_t offset, in xfs_iomap_write_direct() 293 xfs_off_t offset, in xfs_iomap_eof_want_preallocate() 364 xfs_off_t offset, in xfs_iomap_eof_prealloc_initial_size() 475 xfs_off_t offset, in xfs_iomap_prealloc_size() 571 xfs_off_t offset, in xfs_iomap_write_delay() 578 xfs_off_t aligned_offset; in xfs_iomap_write_delay() 686 xfs_off_t offset, in xfs_iomap_write_allocate() 841 xfs_off_t offset, in xfs_iomap_write_unwritten() 842 xfs_off_t count) in xfs_iomap_write_unwritten()
|
D | xfs_aops.c | 138 xfs_off_t offset, in xfs_setfilesize() 348 xfs_off_t offset) in xfs_imap_valid() 572 xfs_off_t offset, in xfs_add_to_ioend() 603 xfs_off_t offset) in xfs_map_buffer() 607 xfs_off_t iomap_offset = XFS_FSB_TO_B(m, imap->br_startoff); in xfs_map_buffer() 627 xfs_off_t offset) in xfs_map_at_offset() 697 xfs_off_t end_offset; in xfs_convert_page() 702 xfs_off_t offset = page_offset(page); in xfs_convert_page() 729 (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT, in xfs_convert_page() 1002 end_offset = (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT; in xfs_vm_writepage() [all …]
|
D | xfs_ioctl32.h | 118 xfs_off_t sx_offset; /* offset into file */ 119 xfs_off_t sx_length; /* leng from offset */
|
D | xfs_aops.h | 50 xfs_off_t io_offset; /* offset in the file */
|
D | xfs_mount.h | 342 xfs_off_t count_fsb);
|
D | xfs_linux.h | 35 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
|
D | xfs_pnfs.c | 223 xfs_off_t isize) in xfs_pnfs_validate_isize()
|
D | xfs_trace.h | 1226 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, 1266 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \ 1280 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), 1310 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \ 1348 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish), 1354 __field(xfs_off_t, start) 1355 __field(xfs_off_t, finish)
|
D | xfs_inode.h | 437 int xfs_zero_eof(struct xfs_inode *ip, xfs_off_t offset,
|
D | xfs_dir2_readdir.c | 172 xfs_off_t cook; in xfs_dir2_block_getdents()
|
D | xfs_buf.c | 294 xfs_off_t start, end; in xfs_buf_allocate_memory() 456 ASSERT(!(BBTOB(blkno) & (xfs_off_t)btp->bt_meta_sectormask)); in _xfs_buf_find()
|
D | xfs_iops.c | 751 xfs_off_t oldsize, newsize; in xfs_setattr_size()
|
D | xfs_file.c | 478 xfs_off_t offset, /* starting I/O offset */ in xfs_zero_eof()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_fs.h | 479 xfs_off_t sx_offset; /* offset into file */ 480 xfs_off_t sx_length; /* leng from offset */
|
D | xfs_da_format.h | 210 typedef xfs_off_t xfs_dir2_off_t;
|