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;
266 __u64 newblocks; /* new data subvol size, fsblocks */
276 __u64 newblocks; /* new realtime size, fsblocks */
290 __u64 bs_ino; /* inode number */
331 __u64 __user *lastip; /* last inode # pointer */
342 __u64 xi_startino; /* starting inode number */
344 __u64 xi_allocmask; /* mask of allocated inodes */
368 __u64 eof_min_file_size;
369 __u64 pad64[12];
453 __u64 fid_ino; /* 64 bits inode number */
571 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
572 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT)