Home
last modified time | relevance | path

Searched refs:xfs_off_t (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_bmap_util.h58 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);
Dxfs_iomap.h24 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);
Dxfs_iomap.c115 xfs_off_t offset, in xfs_iomap_write_direct()
255 xfs_off_t offset, in xfs_iomap_eof_want_preallocate()
326 xfs_off_t offset, in xfs_iomap_eof_prealloc_initial_size()
437 xfs_off_t offset, in xfs_iomap_prealloc_size()
533 xfs_off_t offset, in xfs_iomap_write_delay()
540 xfs_off_t aligned_offset; in xfs_iomap_write_delay()
648 xfs_off_t offset, in xfs_iomap_write_allocate()
803 xfs_off_t offset, in xfs_iomap_write_unwritten()
804 xfs_off_t count) in xfs_iomap_write_unwritten()
Dxfs_bmap_util.c931 xfs_off_t offset, in xfs_alloc_file_space()
932 xfs_off_t len, in xfs_alloc_file_space()
936 xfs_off_t count; in xfs_alloc_file_space()
1099 xfs_off_t startoff, in xfs_zero_remaining_bytes()
1100 xfs_off_t endoff) in xfs_zero_remaining_bytes()
1104 xfs_off_t lastoffset; in xfs_zero_remaining_bytes()
1105 xfs_off_t offset; in xfs_zero_remaining_bytes()
1168 xfs_off_t offset, in xfs_free_file_space()
1169 xfs_off_t len) in xfs_free_file_space()
1178 xfs_off_t ioffset; in xfs_free_file_space()
[all …]
Dxfs_aops.c139 xfs_off_t offset, in xfs_setfilesize()
341 xfs_off_t offset) in xfs_imap_valid()
567 xfs_off_t offset, in xfs_add_to_ioend()
598 xfs_off_t offset) in xfs_map_buffer()
602 xfs_off_t iomap_offset = XFS_FSB_TO_B(m, imap->br_startoff); in xfs_map_buffer()
622 xfs_off_t offset) in xfs_map_at_offset()
692 xfs_off_t end_offset; in xfs_convert_page()
697 xfs_off_t offset = page_offset(page); in xfs_convert_page()
724 (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT, in xfs_convert_page()
997 end_offset = (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT; in xfs_vm_writepage()
[all …]
Dxfs_aops.h50 xfs_off_t io_offset; /* offset in the file */
Dxfs_ioctl32.h118 xfs_off_t sx_offset; /* offset into file */
119 xfs_off_t sx_length; /* leng from offset */
Dxfs_trace.h1177 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count,
1217 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \
1231 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count),
1261 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \
1298 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish),
1304 __field(xfs_off_t, start)
1305 __field(xfs_off_t, finish)
Dxfs_pnfs.c218 xfs_off_t isize) in xfs_pnfs_validate_isize()
Dxfs_linux.h37 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
Dxfs_inode.h404 int xfs_zero_eof(struct xfs_inode *ip, xfs_off_t offset,
Dxfs_dir2_readdir.c172 xfs_off_t cook; in xfs_dir2_block_getdents()
Dxfs_buf.c294 xfs_off_t start, end; in xfs_buf_allocate_memory()
457 ASSERT(!(BBTOB(blkno) & (xfs_off_t)btp->bt_meta_sectormask)); in _xfs_buf_find()
Dxfs_file.c446 xfs_off_t offset, /* starting I/O offset */ in xfs_zero_eof()
Dxfs_iops.c754 xfs_off_t oldsize, newsize; in xfs_setattr_size()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h478 xfs_off_t sx_offset; /* offset into file */
479 xfs_off_t sx_length; /* leng from offset */
Dxfs_da_format.h210 typedef xfs_off_t xfs_dir2_off_t;