Lines Matching refs:__u64

121 	__u64		datablocks;	/* fsblocks in data subvolume	*/
122 __u64 rtblocks; /* fsblocks in realtime subvol */
123 __u64 rtextents; /* rt extents in realtime subvol*/
124 __u64 logstart; /* starting fsblock of the log */
147 __u64 datablocks; /* fsblocks in data subvolume */
148 __u64 rtblocks; /* fsblocks in realtime subvol */
149 __u64 rtextents; /* rt extents in realtime subvol*/
150 __u64 logstart; /* starting fsblock of the log */
174 __u64 datablocks; /* fsblocks in data subvolume */
175 __u64 rtblocks; /* fsblocks in realtime subvol */
176 __u64 rtextents; /* rt extents in realtime subvol*/
177 __u64 logstart; /* starting fsblock of the log */
189 __u64 reserved[17]; /* reserved space */
203 __u64 freedata; /* free data section blocks */
204 __u64 freertx; /* free rt extents */
205 __u64 freeino; /* free inodes */
206 __u64 allocino; /* total allocated inodes */
211 __u64 resblks;
212 __u64 resblks_avail;
305 __u64 newblocks; /* new data subvol size, fsblocks */
315 __u64 newblocks; /* new realtime size, fsblocks */
329 __u64 bs_ino; /* inode number */
431 __u64 __user *lastip; /* last inode # pointer */
441 __u64 xi_startino; /* starting inode number */
443 __u64 xi_allocmask; /* mask of allocated inodes */
535 __u64 eof_min_file_size;
536 __u64 pad64[12];
646 __u64 fid_ino; /* 64 bits inode number */
684 __u64 sm_ino; /* inode number. */
687 __u64 sm_reserved[5]; /* pad to 64 bytes */
792 __u64 svh_ino; /* inode number. */
798 __u64 svh_reserved; /* must be zero */
799 __u64 svh_vectors; /* pointer to buffer of xfs_scrub_vec */
821 __u64 file1_offset; /* file1 offset, bytes */
822 __u64 file2_offset; /* file2 offset, bytes */
823 __u64 length; /* bytes to exchange */
825 __u64 flags; /* see XFS_EXCHANGE_RANGE_* below */
893 __u64 gp_reserved;
896 __u64 gp_buffer;
1012 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
1013 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT)