Searched refs:xfs_fsize_t (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inode.h143 xfs_fsize_t di_size; /* number of bytes in file */
260 xfs_fsize_t i_size; /* in-memory size */
261 xfs_fsize_t i_new_size; /* size when write completes */
466 int xfs_itruncate_start(xfs_inode_t *, uint, xfs_fsize_t);
468 xfs_fsize_t, int, int);
547 xfs_fsize_t);
H A Dxfs_types.h64 typedef __int64_t xfs_fsize_t; /* bytes in a file */ typedef
H A Dxfs_vnodeops.h62 int xfs_zero_eof(struct xfs_inode *, xfs_off_t, xfs_fsize_t);
H A Dxfs_sb.h529 #define XFS_FSB_TO_B(mp,fsbno) ((xfs_fsize_t)(fsbno) << (mp)->m_sb.sb_blocklog)
H A Dxfs_inode.c312 xfs_fsize_t di_size;
1197 xfs_fsize_t isize)
1233 * This also needs to deal with overflowing the xfs_fsize_t type
1241 STATIC xfs_fsize_t
1246 xfs_fsize_t last_byte;
1320 xfs_fsize_t new_size)
1322 xfs_fsize_t last_byte;
1436 xfs_fsize_t new_size,
H A Dxfs_dir2.c632 xfs_fsize_t size; /* directory file (data) size */
H A Dxfs_iomap.c113 if ((xfs_fsize_t)offset + count > mp->m_maxioffset)
H A Dxfs_vnodeops.c2701 xfs_fsize_t fsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_file.c217 xfs_fsize_t n;
334 xfs_fsize_t isize, new_size;
392 xfs_fsize_t offset,
393 xfs_fsize_t isize)
461 xfs_fsize_t isize) /* current inode size */
469 xfs_fsize_t zero_len;
579 xfs_fsize_t isize, new_size;
H A Dxfs_trace.h859 __field(xfs_fsize_t, size)
860 __field(xfs_fsize_t, new_size)
1029 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size, int flag,
1035 __field(xfs_fsize_t, size)
1036 __field(xfs_fsize_t, new_size)
1062 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size),
1067 __field(xfs_fsize_t, size)
1068 __field(xfs_fsize_t, new_size)
1085 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size), \
1096 __field(xfs_fsize_t, siz
[all...]
H A Dxfs_aops.c153 STATIC xfs_fsize_t
158 xfs_fsize_t isize;
159 xfs_fsize_t bsize;
183 xfs_fsize_t isize;

Completed in 103 milliseconds