Lines Matching refs:__u64
168 __u64 datablocks; /* fsblocks in data subvolume */
169 __u64 rtblocks; /* fsblocks in realtime subvol */
170 __u64 rtextents; /* rt extents in realtime subvol*/
171 __u64 logstart; /* starting fsblock of the log */
194 __u64 datablocks; /* fsblocks in data subvolume */
195 __u64 rtblocks; /* fsblocks in realtime subvol */
196 __u64 rtextents; /* rt extents in realtime subvol*/
197 __u64 logstart; /* starting fsblock of the log */
211 __u64 freedata; /* free data section blocks */
212 __u64 freertx; /* free rt extents */
213 __u64 freeino; /* free inodes */
214 __u64 allocino; /* total allocated inodes */
219 __u64 resblks;
220 __u64 resblks_avail;
267 __u64 newblocks; /* new data subvol size, fsblocks */
277 __u64 newblocks; /* new realtime size, fsblocks */
291 __u64 bs_ino; /* inode number */
332 __u64 __user *lastip; /* last inode # pointer */
343 __u64 xi_startino; /* starting inode number */
345 __u64 xi_allocmask; /* mask of allocated inodes */
369 __u64 eof_min_file_size;
370 __u64 pad64[12];
454 __u64 fid_ino; /* 64 bits inode number */
582 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
583 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT)