Searched refs:__int64_t (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dfrag.h27 __int64_t sx_version; /* version */
28 __int64_t sx_fdtarget; /* fd of target file */
29 __int64_t sx_fdtmp; /* fd of tmp file */
H A Dxfs_types.h32 typedef signed long long int __int64_t; typedef
51 typedef __int64_t __psint_t;
64 typedef __int64_t xfs_fsize_t; /* bytes in a file */
70 typedef __int64_t xfs_lsn_t; /* log sequence number */
97 typedef __int64_t xfs_srtblock_t; /* signed version of xfs_rtblock_t */
105 typedef __int64_t xfs_sfiloff_t; /* signed block number in a file */
H A Dxfs_inode_item.h38 __int64_t ilf_blkno; /* blkno of inode buffer */
54 __int64_t ilf_blkno; /* blkno of inode buffer */
71 __int64_t ilf_blkno; /* blkno of inode buffer */
H A Dxfs_buf_item.h34 __int64_t blf_blkno; /* starting blkno of this buf */
H A Dxfs_mount.h199 __int64_t m_update_flags; /* sb flags we need to update
370 extern int xfs_mount_log_sb(xfs_mount_t *, __int64_t);
381 extern void xfs_mod_sb(struct xfs_trans *, __int64_t);
385 extern void xfs_sb_to_disk(struct xfs_dsb *, struct xfs_sb *, __int64_t);
H A Dxfs_alloc_btree.c262 STATIC __int64_t
269 __int64_t diff;
272 return (__int64_t)be32_to_cpu(kp->ar_startblock) -
276 diff = (__int64_t)be32_to_cpu(kp->ar_blockcount) - rec->ar_blockcount;
280 return (__int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock;
H A Dxfs_btree.h190 __int64_t (*key_diff)(struct xfs_btree_cur *cur,
362 __int64_t fields, /* bitmask of fields */
H A Dxfs_ialloc_btree.c177 STATIC __int64_t
182 return (__int64_t)be32_to_cpu(key->inobt.ir_startino) -
H A Dxfs_fsops.c513 __int64_t lcounter, delta, fdblks_delta;
559 __int64_t free;
H A Dxfs_quota.h124 __int64_t qlf_blkno; /* blkno of dquot buffer */
H A Dxfs_bmap_btree.c703 STATIC __int64_t
708 return (__int64_t)be64_to_cpu(key->bmbt.br_startoff) -
H A Dxfs_mount.c589 __int64_t fields)
1621 xfs_mod_sb(xfs_trans_t *tp, __int64_t fields)
2023 __int64_t fields)
H A Dxfs_buf_item.c719 bip->bli_format.blf_blkno = (__int64_t)XFS_BUF_ADDR(bp);
H A Dxfs_bmap.c3655 __int64_t sbfields = 0;
5330 __int64_t end, /* last block requested */
5333 __int64_t fixlen;
5379 __int64_t bmvend; /* last block requested */
5381 __int64_t fixlen; /* length for -1 case */
5437 max_t(__int64_t, fixlen - bmv->bmv_offset, 0);
5540 max_t(__int64_t, 0, bmvend - bmv->bmv_offset);
H A Dxfs_btree.c583 __int64_t fields, /* bitmask of fields */
590 __int64_t imask; /* mask for current bit number */
1519 __int64_t diff; /* difference for the current key */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl32.h112 __int64_t sx_version; /* version */
113 __int64_t sx_fdtarget; /* fd of target file */
114 __int64_t sx_fdtmp; /* fd of tmp file */
H A Dxfs_trace.h217 (__int64_t)__entry->startblock,
261 (__int64_t)__entry->startblock,
978 (__int64_t)__entry->startblock,
1672 __field(__int64_t, blkno)
1720 __field(__int64_t, blkno)
H A Dxfs_super.c1229 __int64_t ffree;
1256 statp->f_ffree = max_t(__int64_t, ffree, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm.h154 extern int xfs_qm_write_sb_changes(xfs_mount_t *, __int64_t);
H A Dxfs_qm.c1284 __int64_t sbfields,
1862 __int64_t sbflags;
2187 __int64_t flags)
H A Dxfs_qm_syscalls.c321 __int64_t sbflags;

Completed in 287 milliseconds