Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/fs/btrfs/
Dextent_io.h91 u64 bio_offset);
94 u64 start, u64 end, int *page_started,
96 int (*writepage_start_hook)(struct page *page, u64 start, u64 end);
102 int (*readpage_end_io_hook)(struct btrfs_io_bio *io_bio, u64 phy_offset,
103 struct page *page, u64 start, u64 end,
105 int (*writepage_end_io_hook)(struct page *page, u64 start, u64 end,
115 struct extent_state *orig, u64 split);
121 u64 dirty_bytes;
128 u64 start;
129 u64 end; /* inclusive */
[all …]
Dordered-data.h31 u64 bytenr;
80 u64 file_offset;
83 u64 start;
86 u64 len;
89 u64 disk_len;
92 u64 bytes_left;
99 u64 outstanding_isize;
105 u64 truncated_len;
168 u64 file_offset, u64 io_size, int uptodate);
171 u64 *file_offset, u64 io_size,
[all …]
Dvolumes.h59 u64 generation;
84 u64 devid;
87 u64 total_bytes;
90 u64 disk_total_bytes;
93 u64 bytes_used;
101 u64 type;
115 u64 commit_total_bytes;
118 u64 commit_bytes_used;
141 u64 reada_next;
161 static inline u64 \
[all …]
Dfree-space-cache.h24 u64 offset;
25 u64 bytes;
26 u64 max_extent_size;
34 u64 free_space;
39 u64 start;
74 struct btrfs_path *path, u64 offset);
94 u64 bytenr, u64 size);
97 u64 bytenr, u64 size) in btrfs_add_free_space()
104 u64 bytenr, u64 size);
108 u64 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group,
[all …]
Dqgroup.h31 u64 bytenr;
32 u64 num_bytes;
52 struct btrfs_fs_info *fs_info, u64 src, u64 dst);
54 struct btrfs_fs_info *fs_info, u64 src, u64 dst);
56 struct btrfs_fs_info *fs_info, u64 qgroupid);
58 struct btrfs_fs_info *fs_info, u64 qgroupid);
60 struct btrfs_fs_info *fs_info, u64 qgroupid,
93 struct btrfs_fs_info *fs_info, u64 bytenr, u64 num_bytes,
99 u64 bytenr, u64 num_bytes,
106 struct btrfs_fs_info *fs_info, u64 srcid, u64 objectid,
[all …]
Dextent_map.h6 #define EXTENT_MAP_LAST_BYTE ((u64)-4)
7 #define EXTENT_MAP_HOLE ((u64)-3)
8 #define EXTENT_MAP_INLINE ((u64)-2)
9 #define EXTENT_MAP_DELALLOC ((u64)-1)
24 u64 start;
25 u64 len;
26 u64 mod_start;
27 u64 mod_len;
28 u64 orig_start;
29 u64 orig_block_len;
[all …]
Ddelayed-ref.h47 u64 bytenr;
50 u64 num_bytes;
53 u64 seq;
82 u64 flags_to_set;
122 u64 qgroup_ref_root;
123 u64 qgroup_reserved;
144 u64 root;
145 u64 parent;
151 u64 root;
152 u64 parent;
[all …]
Dctree.h125 #define BTRFS_BACKREF_REV_MASK (((u64)BTRFS_BACKREF_REV_MAX - 1) << \
346 u64 replace_state; /* see #define above */
347 u64 time_started; /* seconds since 1-Jan-1970 */
348 u64 time_stopped; /* seconds since 1-Jan-1970 */
352 u64 cursor_left;
353 u64 committed_cursor_left;
354 u64 cursor_left_last_write_of_item;
355 u64 cursor_right;
357 u64 cont_reading_from_srcdev_mode; /* see #define above */
384 u64 total_bytes; /* total bytes in the space,
[all …]
Dbackref.h32 typedef int (iterate_extent_inodes_t)(u64 inum, u64 offset, u64 root,
35 int extent_from_logical(struct btrfs_fs_info *fs_info, u64 logical,
37 u64 *flags);
41 u32 item_size, u64 *out_root, u8 *out_level);
44 u64 extent_item_objectid,
45 u64 extent_offset, int search_commit_root,
48 int iterate_inodes_from_logical(u64 logical, struct btrfs_fs_info *fs_info,
52 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath);
55 struct btrfs_fs_info *fs_info, u64 bytenr,
56 u64 time_seq, struct ulist **roots);
[all …]
Dbtrfs_inode.h102 u64 generation;
107 u64 last_trans;
112 u64 logged_trans;
125 u64 delalloc_bytes;
131 u64 defrag_bytes;
138 u64 disk_i_size;
144 u64 index_cnt;
147 u64 dir_index;
154 u64 last_unlink_trans;
160 u64 csum_bytes;
[all …]
Dulist.h32 u64 val; /* value to store */
33 u64 aux; /* auxiliary value saved along with the val */
57 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask);
58 int ulist_add_merge(struct ulist *ulist, u64 val, u64 aux,
59 u64 *old_aux, gfp_t gfp_mask);
60 int ulist_del(struct ulist *ulist, u64 val, u64 aux);
63 static inline int ulist_add_merge_ptr(struct ulist *ulist, u64 val, void *aux, in ulist_add_merge_ptr()
67 u64 old64 = (uintptr_t)*old_aux; in ulist_add_merge_ptr()
72 return ulist_add_merge(ulist, val, (u64)aux, (u64 *)old_aux, gfp_mask); in ulist_add_merge_ptr()
Dextent-tree.c64 struct btrfs_root *root, u64 bytenr,
65 u64 num_bytes, int alloc);
68 struct btrfs_delayed_ref_node *node, u64 parent,
69 u64 root_objectid, u64 owner_objectid,
70 u64 owner_offset, int refs_to_drop,
77 u64 parent, u64 root_objectid,
78 u64 flags, u64 owner, u64 offset,
82 u64 parent, u64 root_objectid,
83 u64 flags, struct btrfs_disk_key *key,
86 struct btrfs_root *extent_root, u64 flags,
[all …]
Dordered-data.c32 static u64 entry_end(struct btrfs_ordered_extent *entry) in entry_end()
35 return (u64)-1; in entry_end()
42 static struct rb_node *tree_insert(struct rb_root *root, u64 file_offset, in tree_insert()
67 u64 offset) in ordered_data_tree_panic()
78 static struct rb_node *__tree_search(struct rb_root *root, u64 file_offset, in __tree_search()
131 static int offset_in_entry(struct btrfs_ordered_extent *entry, u64 file_offset) in offset_in_entry()
139 static int range_overlaps(struct btrfs_ordered_extent *entry, u64 file_offset, in range_overlaps()
140 u64 len) in range_overlaps()
153 u64 file_offset) in tree_search()
185 static int __btrfs_add_ordered_extent(struct inode *inode, u64 file_offset, in __btrfs_add_ordered_extent()
[all …]
Dbackref.c33 u64 inum;
34 u64 offset;
58 u64 root_id;
59 u64 object_id;
60 u64 offset;
63 u64 parent;
151 u64 root_id, u64 object_id, in __ref_tree_search()
152 u64 offset, u64 parent) in __ref_tree_search()
246 static int ref_tree_add(struct ref_root *ref_tree, u64 root_id, u64 object_id, in ref_tree_add()
247 u64 offset, u64 parent, int count) in ref_tree_add()
[all …]
Dfree-space-cache.c36 u64 start;
37 u64 bytes;
48 u64 offset) in __lookup_free_space_inode()
134 u64 ino, u64 offset) in __create_free_space_inode()
141 u64 flags = BTRFS_INODE_NOCOMPRESS | BTRFS_INODE_PREALLOC; in __create_free_space_inode()
198 u64 ino; in create_free_space_inode()
211 u64 needed_bytes; in btrfs_check_trunc_cache_free_space()
411 static void io_ctl_set_generation(struct btrfs_io_ctl *io_ctl, u64 generation) in io_ctl_set_generation()
423 io_ctl->size -= sizeof(u64) + (sizeof(u32) * io_ctl->num_pages); in io_ctl_set_generation()
425 io_ctl->cur += sizeof(u64); in io_ctl_set_generation()
[all …]
Ddisk-io.h36 static inline u64 btrfs_sb_offset(int mirror) in btrfs_sb_offset()
38 u64 start = SZ_16K; in btrfs_sb_offset()
47 struct extent_buffer *read_tree_block(struct btrfs_root *root, u64 bytenr,
48 u64 parent_transid);
49 void readahead_tree_block(struct btrfs_root *root, u64 bytenr);
50 int reada_tree_block_flagged(struct btrfs_root *root, u64 bytenr,
53 u64 bytenr);
67 u64 bytenr);
72 u64 root_id);
120 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid,
[all …]
Dscrub.c69 u64 map_length;
77 u64 flags; /* extent flags */
78 u64 generation;
79 u64 logical;
80 u64 physical;
81 u64 physical_for_dev_replace;
99 u64 logical;
100 u64 physical;
137 u64 logic_start;
139 u64 logic_end;
[all …]
Dsend.c72 u64 ino;
73 u64 offset;
75 u64 found_refs;
87 u64 total_send_size;
88 u64 cmd_send_size[BTRFS_SEND_C_MAX + 1];
89 u64 flags; /* 'flags' member of btrfs_ioctl_send_args is u64 */
105 u64 cur_ino;
106 u64 cur_inode_gen;
110 u64 cur_inode_size;
111 u64 cur_inode_mode;
[all …]
Dextent_io.c88 struct extent_io_tree *tree, u64 start, u64 end) in __btrfs_debug_check_extent_io_range()
91 u64 isize; in __btrfs_debug_check_extent_io_range()
114 u64 start;
115 u64 end;
256 u64 offset, in tree_insert()
290 static struct rb_node *__etree_search(struct extent_io_tree *tree, u64 offset, in __etree_search()
344 u64 offset, in tree_search_for_insert()
358 u64 offset) in tree_search()
444 struct extent_state *state, u64 start, u64 end, in insert_state()
472 u64 split) in split_cb()
[all …]
/fs/logfs/
Dlogfs.h151 struct page *(*find_first_sb)(struct super_block *sb, u64 *ofs);
152 struct page *(*find_last_sb)(struct super_block *sb, u64 *ofs);
155 void (*writeseg)(struct super_block *sb, u64 ofs, size_t len);
158 int (*can_write_buf)(struct super_block *sb, u64 ofs);
210 u64 offset;
234 u64 ino;
235 u64 dir;
236 u64 pos;
250 u64 old_ofs;
251 u64 new_ofs;
[all …]
/fs/cifs/
Dsmb2proto.h122 u64 persistent_fid, u64 volatile_fid, u32 opcode,
126 u64 persistent_file_id, u64 volatile_file_id);
128 u64 persistent_file_id, u64 volatile_file_id);
130 u64 persistent_file_id, u64 volatile_file_id,
133 u64 persistent_fid, u64 volatile_fid,
144 u64 persistent_fid, u64 volatile_fid, int index,
147 u64 persistent_fid, u64 volatile_fid,
150 u64 persistent_fid, u64 volatile_fid);
152 u64 persistent_fid, u64 volatile_fid,
155 u64 persistent_fid, u64 volatile_fid, u32 pid,
[all …]
/fs/squashfs/
Dsquashfs.h33 extern int squashfs_read_data(struct super_block *, u64, int, u64 *,
35 extern int squashfs_read_data_async(struct super_block *, u64, int, u64 *,
42 struct squashfs_cache *, u64, int);
45 extern int squashfs_read_metadata(struct super_block *, void *, u64 *,
48 u64, int);
50 u64, int);
51 extern void *squashfs_read_table(struct super_block *, u64, int);
65 extern __le64 *squashfs_read_inode_lookup_table(struct super_block *, u64, u64,
69 extern int squashfs_frag_lookup(struct super_block *, unsigned int, u64 *);
71 u64, u64, unsigned int);
[all …]
/fs/ocfs2/
Dsuballoc.h34 u64, /* max_block */
55 u64 ac_last_group;
56 u64 ac_max_block; /* Highest block number to allocate. 0 is
108 u64 *suballoc_loc,
111 u64 *blkno_start);
116 u64 *suballoc_loc,
118 u64 *fe_blkno);
139 u64 bg_blkno,
148 u64 start_blk,
153 u64 start_blk,
[all …]
/fs/fuse/
Dfuse_i.h66 u64 nodeid;
69 u64 nlookup;
75 u64 i_time;
82 u64 orig_ino;
85 u64 attr_version;
131 u64 kh;
134 u64 fh;
137 u64 nodeid;
312 u64 intr_unique;
337 u64 attr_ver;
[all …]
/fs/nfs/blocklayout/
Dblocklayout.h65 u64 offset;
71 u64 start;
72 u64 len;
80 u64 chunk_size;
89 u64 pr_key;
105 u64 start;
106 u64 len;
110 u64 chunk_size;
113 u64 disk_offset;
115 u64 pr_key;
[all …]

12345678910>>...19