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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode.h142 xfs_fsize_t io_new_size; /* sz when write completes */
290 xfs_fsize_t i_size; /* in-memory size */
519 int xfs_itruncate_start(xfs_inode_t *, uint, xfs_fsize_t);
521 xfs_fsize_t, int, int);
523 int xfs_igrow_start(xfs_inode_t *, xfs_fsize_t, struct cred *);
525 xfs_fsize_t, int);
541 xfs_fsize_t xfs_file_last_byte(xfs_inode_t *);
577 void xfs_isize_check(struct xfs_mount *, xfs_inode_t *, xfs_fsize_t);
H A Dxfs_iocore.c51 STATIC xfs_fsize_t
H A Dxfs_types.h72 typedef __int64_t xfs_fsize_t; /* bytes in a file */ typedef
H A Dxfs_utils.c423 error = xfs_itruncate_start(ip, XFS_ITRUNC_DEFINITE, (xfs_fsize_t)0);
457 error = xfs_itruncate_finish(&tp, ip, (xfs_fsize_t)0,
H A Dxfs_iomap.c138 xfs_fsize_t nisize;
243 if ((xfs_fsize_t)offset + count > mp->m_maxioffset)
319 xfs_fsize_t isize,
433 xfs_fsize_t isize;
594 xfs_fsize_t isize,
653 xfs_fsize_t isize;
H A Dxfs_dinode.h61 xfs_fsize_t di_size; /* number of bytes in file */
H A Dxfs_mount.h223 typedef xfs_fsize_t (*xfs_size_t)(void *);
224 typedef xfs_fsize_t (*xfs_iodone_t)(struct bhv_vfs *);
H A Dxfs_inode.c403 xfs_fsize_t di_size;
1277 xfs_fsize_t isize)
1310 * This also needs to deal with overflowing the xfs_fsize_t type
1318 xfs_fsize_t
1323 xfs_fsize_t last_byte;
1366 xfs_fsize_t new_size,
1431 xfs_fsize_t new_size)
1433 xfs_fsize_t last_byte;
1547 xfs_fsize_t new_size,
1825 xfs_fsize_t new_siz
[all...]
H A Dxfs_sb.h464 #define XFS_FSB_TO_B(mp,fsbno) ((xfs_fsize_t)(fsbno) << (mp)->m_sb.sb_blocklog)
H A Dxfs_dir2.c562 xfs_fsize_t size; /* directory file (data) size */
H A Dxfs_vnodeops.c663 (xfs_fsize_t)vap->va_size,
4512 xfs_fsize_t fsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_lrw.h86 xfs_fsize_t);
H A Dxfs_lrw.c195 xfs_fsize_t n;
393 xfs_fsize_t isize, new_size;
460 xfs_fsize_t offset,
461 xfs_fsize_t isize)
530 xfs_fsize_t isize) /* current inode size */
538 xfs_fsize_t zero_len;
656 xfs_fsize_t isize, new_size;
H A Dxfs_aops.c155 xfs_fsize_t isize;
156 xfs_fsize_t bsize;

Completed in 142 milliseconds