Home
last modified time | relevance | path

Searched refs:__u64 (Results 1 – 25 of 135) sorted by relevance

123456

/fs/nilfs2/
Dbmap.h33 __u64 bpr_ptr;
49 int (*bop_lookup)(const struct nilfs_bmap *, __u64, int, __u64 *);
50 int (*bop_lookup_contig)(const struct nilfs_bmap *, __u64, __u64 *,
52 int (*bop_insert)(struct nilfs_bmap *, __u64, __u64);
53 int (*bop_delete)(struct nilfs_bmap *, __u64);
64 int (*bop_mark)(struct nilfs_bmap *, __u64, int);
66 int (*bop_seek_key)(const struct nilfs_bmap *, __u64, __u64 *);
67 int (*bop_last_key)(const struct nilfs_bmap *, __u64 *);
70 int (*bop_check_insert)(const struct nilfs_bmap *, __u64);
71 int (*bop_check_delete)(struct nilfs_bmap *, __u64);
[all …]
Dsufile.h25 int nilfs_sufile_set_alloc_range(struct inode *sufile, __u64 start, __u64 end);
26 int nilfs_sufile_alloc(struct inode *, __u64 *);
27 int nilfs_sufile_mark_dirty(struct inode *sufile, __u64 segnum);
28 int nilfs_sufile_set_segment_usage(struct inode *sufile, __u64 segnum,
31 ssize_t nilfs_sufile_get_suinfo(struct inode *, __u64, void *, unsigned int,
35 int nilfs_sufile_updatev(struct inode *, __u64 *, size_t, int, size_t *,
36 void (*dofunc)(struct inode *, __u64,
39 int nilfs_sufile_update(struct inode *, __u64, int,
40 void (*dofunc)(struct inode *, __u64,
43 void nilfs_sufile_do_scrap(struct inode *, __u64, struct buffer_head *,
[all …]
Ddirect.c23 static inline __u64
24 nilfs_direct_get_ptr(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_get_ptr()
30 __u64 key, __u64 ptr) in nilfs_direct_set_ptr()
36 __u64 key, int level, __u64 *ptrp) in nilfs_direct_lookup()
38 __u64 ptr; in nilfs_direct_lookup()
51 __u64 key, __u64 *ptrp, in nilfs_direct_lookup_contig()
55 __u64 ptr, ptr2; in nilfs_direct_lookup_contig()
92 static __u64
93 nilfs_direct_find_target_v(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_find_target_v()
95 __u64 ptr; in nilfs_direct_find_target_v()
[all …]
Dbmap.c62 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level, in nilfs_bmap_lookup_at_level()
63 __u64 *ptrp) in nilfs_bmap_lookup_at_level()
86 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig()
98 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert()
100 __u64 keys[NILFS_BMAP_SMALL_HIGH + 1]; in nilfs_bmap_do_insert()
101 __u64 ptrs[NILFS_BMAP_SMALL_HIGH + 1]; in nilfs_bmap_do_insert()
142 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert()
153 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete()
155 __u64 keys[NILFS_BMAP_LARGE_LOW + 1]; in nilfs_bmap_do_delete()
156 __u64 ptrs[NILFS_BMAP_LARGE_LOW + 1]; in nilfs_bmap_do_delete()
[all …]
Dcpfile.h19 int nilfs_cpfile_get_checkpoint(struct inode *, __u64, int,
22 void nilfs_cpfile_put_checkpoint(struct inode *, __u64, struct buffer_head *);
23 int nilfs_cpfile_delete_checkpoints(struct inode *, __u64, __u64);
24 int nilfs_cpfile_delete_checkpoint(struct inode *, __u64);
25 int nilfs_cpfile_change_cpmode(struct inode *, __u64, int);
26 int nilfs_cpfile_is_snapshot(struct inode *, __u64);
28 ssize_t nilfs_cpfile_get_cpinfo(struct inode *, __u64 *, int, void *,
Dbtree.h37 int, __u64 *, __u64 *);
52 #define NILFS_BTREE_KEY_MIN ((__u64)0)
53 #define NILFS_BTREE_KEY_MAX (~(__u64)0)
58 int nilfs_btree_convert_and_insert(struct nilfs_bmap *, __u64, __u64,
59 const __u64 *, const __u64 *, int);
Dthe_nilfs.h121 __u64 ns_segnum;
122 __u64 ns_nextnum;
124 __u64 ns_cno;
137 __u64 ns_last_cno;
238 __u64 cno;
274 void nilfs_set_last_segment(struct the_nilfs *, sector_t, u64, __u64);
281 int nilfs_discard_segments(struct the_nilfs *, __u64 *, size_t);
283 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno);
285 __u64 cno);
308 nilfs_get_segment_range(struct the_nilfs *nilfs, __u64 segnum, in nilfs_get_segment_range()
[all …]
Dbtree.c59 __u64 ptr, struct buffer_head **bhp) in nilfs_btree_get_new_block()
135 static __u64
142 nilfs_btree_node_set_key(struct nilfs_btree_node *node, int index, __u64 key) in nilfs_btree_node_set_key()
147 static __u64
155 nilfs_btree_node_set_ptr(struct nilfs_btree_node *node, int index, __u64 ptr, in nilfs_btree_node_set_ptr()
163 const __u64 *keys, const __u64 *ptrs) in nilfs_btree_node_init()
239 __u64 key, __u64 ptr, int ncmax) in nilfs_btree_node_insert()
262 __u64 *keyp, __u64 *ptrp, int ncmax) in nilfs_btree_node_delete()
264 __u64 key; in nilfs_btree_node_delete()
265 __u64 ptr; in nilfs_btree_node_delete()
[all …]
Dcpfile.c27 nilfs_cpfile_get_blkoff(const struct inode *cpfile, __u64 cno) in nilfs_cpfile_get_blkoff()
29 __u64 tcno = cno + NILFS_MDT(cpfile)->mi_first_entry_offset - 1; in nilfs_cpfile_get_blkoff()
37 nilfs_cpfile_get_offset(const struct inode *cpfile, __u64 cno) in nilfs_cpfile_get_offset()
39 __u64 tcno = cno + NILFS_MDT(cpfile)->mi_first_entry_offset - 1; in nilfs_cpfile_get_offset()
44 static __u64 nilfs_cpfile_first_checkpoint_in_block(const struct inode *cpfile, in nilfs_cpfile_first_checkpoint_in_block()
47 return (__u64)nilfs_cpfile_checkpoints_per_block(cpfile) * blkoff in nilfs_cpfile_first_checkpoint_in_block()
53 __u64 curr, in nilfs_cpfile_checkpoints_in_block()
54 __u64 max) in nilfs_cpfile_checkpoints_in_block()
56 return min_t(__u64, in nilfs_cpfile_checkpoints_in_block()
63 __u64 cno) in nilfs_cpfile_is_in_first()
[all …]
Dsufile.c31 __u64 allocmin; /* lower limit of allocatable segment range */
32 __u64 allocmax; /* upper limit of allocatable segment range */
47 nilfs_sufile_get_blkoff(const struct inode *sufile, __u64 segnum) in nilfs_sufile_get_blkoff()
49 __u64 t = segnum + NILFS_MDT(sufile)->mi_first_entry_offset; in nilfs_sufile_get_blkoff()
56 nilfs_sufile_get_offset(const struct inode *sufile, __u64 segnum) in nilfs_sufile_get_offset()
58 __u64 t = segnum + NILFS_MDT(sufile)->mi_first_entry_offset; in nilfs_sufile_get_offset()
64 nilfs_sufile_segment_usages_in_block(const struct inode *sufile, __u64 curr, in nilfs_sufile_segment_usages_in_block()
65 __u64 max) in nilfs_sufile_segment_usages_in_block()
74 nilfs_sufile_block_get_segment_usage(const struct inode *sufile, __u64 segnum, in nilfs_sufile_block_get_segment_usage()
89 nilfs_sufile_get_segment_usage_block(struct inode *sufile, __u64 segnum, in nilfs_sufile_get_segment_usage_block()
[all …]
Dnilfs.h43 __u64 i_xattr; /* sector_t ??? */
45 __u64 i_cno; /* check point number for GC inode */
266 unsigned long ino, __u64 cno);
279 __u64 start, __u64 len);
333 int nilfs_resize_fs(struct super_block *sb, __u64 newsize);
334 int nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt,
336 int nilfs_checkpoint_is_mounted(struct super_block *sb, __u64 cno);
339 int nilfs_gccache_submit_read_data(struct inode *, sector_t, sector_t, __u64,
341 int nilfs_gccache_submit_read_node(struct inode *, sector_t, __u64,
Dbtnode.h27 __u64 oldkey;
28 __u64 newkey;
35 __u64 blocknr);
36 int nilfs_btnode_submit_block(struct address_space *, __u64, sector_t, int,
Dsegbuf.h39 __u64 cno;
68 __u64 sb_segnum;
69 __u64 sb_nextnum;
108 void nilfs_segbuf_map(struct nilfs_segment_buffer *, __u64, unsigned long,
112 void nilfs_segbuf_set_next_segnum(struct nilfs_segment_buffer *, __u64,
115 __u64);
Dsegment.h38 __u64 ri_cno;
46 __u64 ri_segnum;
47 __u64 ri_nextnum;
131 __u64 *sc_freesegs;
152 __u64 sc_cno;
/fs/ocfs2/
Docfs1_fs_compat.h37 /*108*/ __u64 serial_num;
38 /*110*/ __u64 device_size;
39 __u64 start_off;
40 /*120*/ __u64 bitmap_off;
41 __u64 publ_off;
42 /*130*/ __u64 vote_off;
43 __u64 root_bitmap_off;
44 /*140*/ __u64 data_start_off;
45 __u64 root_bitmap_size;
46 /*150*/ __u64 root_off;
[all …]
Docfs2_ioctl.h51 __u64 group; /* Group descriptor's blkno. */
65 __u64 old_path;
66 __u64 new_path;
67 __u64 preserve;
83 __u64 oi_requests; /* Array of __u64 pointers to requests */
134 __u64 ij_journal_size;
140 __u64 lfi_total;
141 __u64 lfi_free;
203 __u64 me_start; /* Virtual start in the file to move */
204 __u64 me_len; /* Length of the extents to be moved */
[all …]
/fs/cifs/
Dtrace.h18 __u64 fid,
20 __u64 sesid,
21 __u64 offset,
27 __field(__u64, fid)
29 __field(__u64, sesid)
30 __field(__u64, offset)
51 __u64 fid, \
53 __u64 sesid, \
54 __u64 offset, \
69 __u64 fid,
[all …]
Dsmb2pdu.h117 __u64 SessionId; /* opaque - so do not make little endian */
136 __u64 SessionId;
371 __u64 PreviousSessionId;
715 __u64 PersistentFileId; /* opaque endianness */
716 __u64 VolatileFileId; /* opaque endianness */
783 __u64 PersistentFileId;
784 __u64 VolatileFileId;
802 __u64 Reserved;
815 __u64 PersistentFileId;
816 __u64 VolatileFileId;
[all …]
Dsmb2proto.h53 __u64 ses_id);
55 __u64 ses_id, __u32 tid);
65 __u64 ses_id);
79 const char *full_path, __u64 size,
216 __u64 persistent_fid,
217 __u64 volatile_fid);
230 const __u64 persist_fid, const __u64 volatile_fid,
231 const __u32 pid, const __u64 length, const __u64 offset,
234 const __u64 persist_fid, const __u64 volatile_fid,
Dcifsproto.h133 extern bool is_size_safe_to_change(struct cifsInodeInfo *, __u64 eof);
207 extern int id_mode_to_cifs_acl(struct inode *inode, const char *path, __u64,
234 extern bool cifs_find_lock_conflict(struct cifsFileInfo *cfile, __u64 offset,
235 __u64 length, __u8 type, __u16 flags,
323 __u64 cap);
349 const char *file_name, __u64 size,
352 struct cifsFileInfo *cfile, __u64 size,
356 __u64 ctime;
357 __u64 atime;
358 __u64 mtime;
[all …]
/fs/orangefs/
Dorangefs-debug.h24 #define GOSSIP_NO_DEBUG (__u64)0
26 #define GOSSIP_SUPER_DEBUG ((__u64)1 << 0)
27 #define GOSSIP_INODE_DEBUG ((__u64)1 << 1)
28 #define GOSSIP_FILE_DEBUG ((__u64)1 << 2)
29 #define GOSSIP_DIR_DEBUG ((__u64)1 << 3)
30 #define GOSSIP_UTILS_DEBUG ((__u64)1 << 4)
31 #define GOSSIP_WAIT_DEBUG ((__u64)1 << 5)
32 #define GOSSIP_ACL_DEBUG ((__u64)1 << 6)
33 #define GOSSIP_DCACHE_DEBUG ((__u64)1 << 7)
34 #define GOSSIP_DEV_DEBUG ((__u64)1 << 8)
[all …]
Dprotocol.h230 __u64 atime;
231 __u64 mtime;
232 __u64 ctime;
260 __u64 flags;
275 __u64 mask_value;
279 __u64 mask1_value;
280 __u64 mask2_value;
353 extern __u64 orangefs_gossip_debug_mask;
/fs/xfs/libxfs/
Dxfs_fs.h136 __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 */
[all …]
/fs/ceph/
Dioctl.h36 __u64 stripe_unit, stripe_count, object_size;
37 __u64 data_pool;
57 __u64 file_offset; /* in+out: file offset */
58 __u64 object_offset; /* out: offset in object */
59 __u64 object_no; /* out: object # */
60 __u64 object_size; /* out: object size */
62 __u64 block_offset; /* out: offset in block */
63 __u64 block_size; /* out: block length */
/fs/xfs/
Dxfs_ioctl32.h40 __u64 bs_ino; /* inode number */
187 __u64 datablocks; /* fsblocks in data subvolume */
188 __u64 rtblocks; /* fsblocks in realtime subvol */
189 __u64 rtextents; /* rt extents in realtime subvol*/
190 __u64 logstart; /* starting fsblock of the log */
205 __u64 xi_startino; /* starting inode number */
207 __u64 xi_allocmask; /* mask of allocated inodes */
212 __u64 newblocks; /* new data subvol size, fsblocks */
217 __u64 newblocks; /* new realtime size, fsblocks */

123456