Searched refs:xfs_off_t (Results 1 - 25 of 46) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_fs_subr.c31 xfs_off_t first,
32 xfs_off_t last,
44 xfs_off_t first,
45 xfs_off_t last,
65 xfs_off_t first,
66 xfs_off_t last,
89 xfs_off_t first,
90 xfs_off_t last)
H A Dxfs_aops.h38 xfs_off_t io_offset; /* offset in the file */
H A Dxfs_ioctl32.h115 xfs_off_t sx_offset; /* offset into file */
116 xfs_off_t sx_length; /* leng from offset */
H A Dxfs_buf.h181 xfs_off_t b_file_offset; /* offset in file */
205 extern xfs_buf_t *_xfs_buf_find(xfs_buftarg_t *, xfs_off_t, size_t,
210 extern xfs_buf_t *xfs_buf_get(xfs_buftarg_t *, xfs_off_t, size_t,
212 extern xfs_buf_t *xfs_buf_read(xfs_buftarg_t *, xfs_off_t, size_t,
219 extern void xfs_buf_readahead(xfs_buftarg_t *, xfs_off_t, size_t,
H A Dxfs_aops.c335 xfs_off_t offset)
543 xfs_off_t offset,
574 xfs_off_t offset)
578 xfs_off_t iomap_offset = XFS_FSB_TO_B(m, imap->br_startoff);
598 xfs_off_t offset)
765 xfs_off_t end_offset;
770 xfs_off_t offset = page_offset(page);
797 (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT,
1098 (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT,
1221 xfs_off_t end_inde
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dfrag.h30 xfs_off_t sx_offset; /* offset into file */
31 xfs_off_t sx_length; /* leng from offset */
H A Dxfs_iomap.h43 extern int xfs_iomap(struct xfs_inode *, xfs_off_t, ssize_t, int,
45 extern int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, size_t);
H A Dxfs_vnodeops.h35 xfs_off_t *offset, filldir_t filldir);
41 xfs_flock64_t *bf, xfs_off_t offset, int attr_flags);
52 int xfs_bmap(struct xfs_inode *ip, xfs_off_t offset, ssize_t count,
54 void xfs_tosspages(struct xfs_inode *inode, xfs_off_t first,
55 xfs_off_t last, int fiopt);
56 int xfs_flushinval_pages(struct xfs_inode *ip, xfs_off_t first,
57 xfs_off_t last, int fiopt);
58 int xfs_flush_pages(struct xfs_inode *ip, xfs_off_t first,
59 xfs_off_t last, uint64_t flags, int fiopt);
60 int xfs_wait_on_pages(struct xfs_inode *ip, xfs_off_t firs
[all...]
H A Dxfs_dir2_block.h84 xfs_off_t *offset, filldir_t filldir);
H A Dxfs_iomap.c53 STATIC int xfs_iomap_write_direct(struct xfs_inode *, xfs_off_t, size_t,
55 STATIC int xfs_iomap_write_delay(struct xfs_inode *, xfs_off_t, size_t, int,
57 STATIC int xfs_iomap_write_allocate(struct xfs_inode *, xfs_off_t, size_t,
63 xfs_off_t offset,
242 xfs_off_t offset,
397 xfs_off_t offset,
441 xfs_off_t offset,
450 xfs_off_t aligned_offset;
544 xfs_off_t offset,
707 xfs_off_t offse
[all...]
H A Dxfs_dir2.h60 typedef xfs_off_t xfs_dir2_off_t;
H A Dxfs_types.h39 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
H A Dxfs_dir2_sf.h166 xfs_off_t *offset, filldir_t filldir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_fs_subr.c31 xfs_off_t first,
32 xfs_off_t last,
44 xfs_off_t first,
45 xfs_off_t last,
65 xfs_off_t first,
66 xfs_off_t last,
89 xfs_off_t first,
90 xfs_off_t last)
H A Dxfs_aops.h38 xfs_off_t io_offset; /* offset in the file */
H A Dxfs_ioctl32.h115 xfs_off_t sx_offset; /* offset into file */
116 xfs_off_t sx_length; /* leng from offset */
H A Dxfs_buf.h181 xfs_off_t b_file_offset; /* offset in file */
205 extern xfs_buf_t *_xfs_buf_find(xfs_buftarg_t *, xfs_off_t, size_t,
210 extern xfs_buf_t *xfs_buf_get(xfs_buftarg_t *, xfs_off_t, size_t,
212 extern xfs_buf_t *xfs_buf_read(xfs_buftarg_t *, xfs_off_t, size_t,
219 extern void xfs_buf_readahead(xfs_buftarg_t *, xfs_off_t, size_t,
H A Dxfs_aops.c335 xfs_off_t offset)
543 xfs_off_t offset,
574 xfs_off_t offset)
578 xfs_off_t iomap_offset = XFS_FSB_TO_B(m, imap->br_startoff);
598 xfs_off_t offset)
765 xfs_off_t end_offset;
770 xfs_off_t offset = page_offset(page);
797 (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT,
1098 (xfs_off_t)(page->index + 1) << PAGE_CACHE_SHIFT,
1221 xfs_off_t end_inde
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_dfrag.h30 xfs_off_t sx_offset; /* offset into file */
31 xfs_off_t sx_length; /* leng from offset */
H A Dxfs_iomap.h43 extern int xfs_iomap(struct xfs_inode *, xfs_off_t, ssize_t, int,
45 extern int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, size_t);
H A Dxfs_vnodeops.h35 xfs_off_t *offset, filldir_t filldir);
41 xfs_flock64_t *bf, xfs_off_t offset, int attr_flags);
52 int xfs_bmap(struct xfs_inode *ip, xfs_off_t offset, ssize_t count,
54 void xfs_tosspages(struct xfs_inode *inode, xfs_off_t first,
55 xfs_off_t last, int fiopt);
56 int xfs_flushinval_pages(struct xfs_inode *ip, xfs_off_t first,
57 xfs_off_t last, int fiopt);
58 int xfs_flush_pages(struct xfs_inode *ip, xfs_off_t first,
59 xfs_off_t last, uint64_t flags, int fiopt);
60 int xfs_wait_on_pages(struct xfs_inode *ip, xfs_off_t firs
[all...]
H A Dxfs_dir2_block.h84 xfs_off_t *offset, filldir_t filldir);
H A Dxfs_iomap.c53 STATIC int xfs_iomap_write_direct(struct xfs_inode *, xfs_off_t, size_t,
55 STATIC int xfs_iomap_write_delay(struct xfs_inode *, xfs_off_t, size_t, int,
57 STATIC int xfs_iomap_write_allocate(struct xfs_inode *, xfs_off_t, size_t,
63 xfs_off_t offset,
242 xfs_off_t offset,
397 xfs_off_t offset,
441 xfs_off_t offset,
450 xfs_off_t aligned_offset;
544 xfs_off_t offset,
707 xfs_off_t offse
[all...]
H A Dxfs_dir2.h60 typedef xfs_off_t xfs_dir2_off_t;
H A Dxfs_types.h39 typedef __s64 xfs_off_t; /* <file offset> type */ typedef

Completed in 257 milliseconds

12