• Home
  • Raw
  • Download

Lines Matching refs:__u64

136 	__u64		datablocks;	/* fsblocks in data subvolume	*/
137 __u64 rtblocks; /* fsblocks in realtime subvol */
138 __u64 rtextents; /* rt extents in realtime subvol*/
139 __u64 logstart; /* starting fsblock of the log */
162 __u64 datablocks; /* fsblocks in data subvolume */
163 __u64 rtblocks; /* fsblocks in realtime subvol */
164 __u64 rtextents; /* rt extents in realtime subvol*/
165 __u64 logstart; /* starting fsblock of the log */
189 __u64 datablocks; /* fsblocks in data subvolume */
190 __u64 rtblocks; /* fsblocks in realtime subvol */
191 __u64 rtextents; /* rt extents in realtime subvol*/
192 __u64 logstart; /* starting fsblock of the log */
204 __u64 reserved[17]; /* reserved space */
216 __u64 freedata; /* free data section blocks */
217 __u64 freertx; /* free rt extents */
218 __u64 freeino; /* free inodes */
219 __u64 allocino; /* total allocated inodes */
224 __u64 resblks;
225 __u64 resblks_avail;
308 __u64 newblocks; /* new data subvol size, fsblocks */
318 __u64 newblocks; /* new realtime size, fsblocks */
332 __u64 bs_ino; /* inode number */
432 __u64 __user *lastip; /* last inode # pointer */
442 __u64 xi_startino; /* starting inode number */
444 __u64 xi_allocmask; /* mask of allocated inodes */
525 __u64 eof_min_file_size;
526 __u64 pad64[12];
610 __u64 fid_ino; /* 64 bits inode number */
648 __u64 sm_ino; /* inode number. */
651 __u64 sm_reserved[5]; /* pad to 64 bytes */
820 #define BTOBB(bytes) (((__u64)(bytes) + BBSIZE - 1) >> BBSHIFT)
821 #define BTOBBT(bytes) ((__u64)(bytes) >> BBSHIFT)