Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 34) sorted by relevance

12

/fs/ext4/
A Dext4_jbd2.c142 __ext4_std_error(sb, where, line, err); in __ext4_journal_stop()
232 int __ext4_journal_get_write_access(const char *where, unsigned int line, in __ext4_journal_get_write_access() argument
244 ext4_journal_abort_handle(where, line, __func__, bh, in __ext4_journal_get_write_access()
300 ext4_journal_abort_handle(where, line, __func__, in __ext4_forget()
313 ext4_journal_abort_handle(where, line, __func__, in __ext4_forget()
315 __ext4_error(inode->i_sb, where, line, true, -err, 0, in __ext4_forget()
334 ext4_journal_abort_handle(where, line, __func__, bh, handle, in __ext4_journal_get_create_access()
347 int __ext4_handle_dirty_metadata(const char *where, unsigned int line, in __ext4_handle_dirty_metadata() argument
362 ext4_journal_abort_handle(where, line, __func__, bh, in __ext4_handle_dirty_metadata()
374 ext4_error_inode(inode, where, line, in __ext4_handle_dirty_metadata()
[all …]
A Dindirect.c427 Indirect *where, int num) in ext4_splice_branch() argument
438 if (where->bh) { in ext4_splice_branch()
439 BUFFER_TRACE(where->bh, "get_write_access"); in ext4_splice_branch()
441 where->bh, EXT4_JTR_NONE); in ext4_splice_branch()
447 *where->p = where->key; in ext4_splice_branch()
454 current_block = le32_to_cpu(where->key) + 1; in ext4_splice_branch()
456 *(where->p + i) = cpu_to_le32(current_block++); in ext4_splice_branch()
461 if (where->bh) { in ext4_splice_branch()
471 BUFFER_TRACE(where->bh, "call ext4_handle_dirty_metadata"); in ext4_splice_branch()
472 err = ext4_handle_dirty_metadata(handle, ar->inode, where->bh); in ext4_splice_branch()
[all …]
A Dext4_jbd2.h149 int __ext4_journal_get_write_access(const char *where, unsigned int line,
154 int __ext4_forget(const char *where, unsigned int line, handle_t *handle,
158 int __ext4_journal_get_create_access(const char *where, unsigned int line,
163 int __ext4_handle_dirty_metadata(const char *where, unsigned int line,
183 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle);
/fs/minix/
A Ditree_common.c117 Indirect *where, in splice_branch() argument
125 if (!verify_chain(chain, where-1) || *where->p) in splice_branch()
128 *where->p = where->key; in splice_branch()
137 if (where->bh) in splice_branch()
138 mark_buffer_dirty_inode(where->bh, inode); in splice_branch()
146 bforget(where[i].bh); in splice_branch()
148 minix_free_block(inode, block_to_cpu(where[i].key)); in splice_branch()
/fs/bcachefs/
A Dbset.c287 struct bkey_packed *where, in bch2_verify_insert_pos() argument
948 idx = rw_aux_tree_bsearch(b, t, where); in bch2_bset_fix_lookup_table()
950 if (rw_aux_tree(b, t)[idx].offset == where) { in bch2_bset_fix_lookup_table()
953 } else if (where < t->end_offset) { in bch2_bset_fix_lookup_table()
956 EBUG_ON(where != t->end_offset); in bch2_bset_fix_lookup_table()
988 struct bkey_packed *where, in bch2_bset_insert() argument
1007 u64 *dst_p = (u64 *) where->_data + src->u64s; in bch2_bset_insert()
1017 memcpy_u64s_small(where, src, in bch2_bset_insert()
1019 memcpy_u64s(bkeyp_val(f, where), &insert->v, in bch2_bset_insert()
1029 struct bkey_packed *where, in bch2_bset_delete() argument
[all …]
A Dextents.h731 static inline void bch2_cut_front(struct bpos where, struct bkey_i *k) in bch2_cut_front() argument
733 bch2_cut_front_s(where, bkey_i_to_s(k)); in bch2_cut_front()
736 static inline void bch2_cut_back(struct bpos where, struct bkey_i *k) in bch2_cut_back() argument
738 bch2_cut_back_s(where, bkey_i_to_s(k)); in bch2_cut_back()
A Dextents.c1618 int bch2_cut_front_s(struct bpos where, struct bkey_s k) in bch2_cut_front_s() argument
1624 if (bkey_le(where, bkey_start_pos(k.k))) in bch2_cut_front_s()
1627 EBUG_ON(bkey_gt(where, k.k->p)); in bch2_cut_front_s()
1629 sub = where.offset - bkey_start_offset(k.k); in bch2_cut_front_s()
1700 int bch2_cut_back_s(struct bpos where, struct bkey_s k) in bch2_cut_back_s() argument
1706 if (bkey_ge(where, k.k->p)) in bch2_cut_back_s()
1709 EBUG_ON(bkey_lt(where, bkey_start_pos(k.k))); in bch2_cut_back_s()
1711 len = where.offset - bkey_start_offset(k.k); in bch2_cut_back_s()
1713 k.k->p.offset = where.offset; in bch2_cut_back_s()
A Dbtree_iter.c409 struct bkey_packed *where) in __bch2_btree_path_fix_key_modified() argument
416 if (bkey_iter_pos_cmp(l->b, where, &path->pos) < 0) in __bch2_btree_path_fix_key_modified()
422 struct bkey_packed *where) in bch2_btree_path_fix_key_modified() argument
428 __bch2_btree_path_fix_key_modified(path, b, where); in bch2_btree_path_fix_key_modified()
437 struct bkey_packed *where, in __bch2_btree_node_iter_fix() argument
457 bkey_iter_pos_cmp(b, where, &path->pos) >= 0) { in __bch2_btree_node_iter_fix()
458 bch2_btree_node_iter_push(node_iter, b, where, end); in __bch2_btree_node_iter_fix()
472 bkey_iter_pos_cmp(b, where, &path->pos) >= 0) { in __bch2_btree_node_iter_fix()
528 struct bkey_packed *where, in bch2_btree_node_iter_fix() argument
538 where, clobber_u64s, new_u64s); in bch2_btree_node_iter_fix()
[all …]
/fs/netfs/
A Dfscache_volume.c21 enum fscache_volume_trace where) in fscache_get_volume() argument
26 trace_fscache_volume(volume->debug_id, ref + 1, where); in fscache_get_volume()
31 enum fscache_volume_trace where) in fscache_try_get_volume() argument
38 trace_fscache_volume(volume->debug_id, ref + 1, where); in fscache_try_get_volume()
44 enum fscache_volume_trace where) in fscache_see_volume() argument
48 trace_fscache_volume(volume->debug_id, ref, where); in fscache_see_volume()
422 enum fscache_volume_trace where) in fscache_put_volume() argument
430 trace_fscache_volume(debug_id, ref - 1, where); in fscache_put_volume()
A Dfscache_cache.c45 enum fscache_cache_trace where) in fscache_get_cache_maybe() argument
52 trace_fscache_cache(cache->debug_id, ref + 1, where); in fscache_get_cache_maybe()
180 enum fscache_cache_trace where) in fscache_put_cache() argument
191 trace_fscache_cache(debug_id, ref - 1, where); in fscache_put_cache()
211 enum fscache_cache_trace where = in fscache_relinquish_cache() local
219 fscache_put_cache(cache, where); in fscache_relinquish_cache()
A Dinternal.h310 void fscache_put_cache(struct fscache_cache *cache, enum fscache_cache_trace where);
350 enum fscache_cookie_trace where) in fscache_see_cookie() argument
353 where); in fscache_see_cookie()
435 enum fscache_volume_trace where);
A Dfscache_cookie.c89 enum fscache_cookie_trace where) in fscache_queue_cookie() argument
91 fscache_get_cookie(cookie, where); in fscache_queue_cookie()
1008 enum fscache_cookie_trace where) in fscache_put_cookie() argument
1016 trace_fscache_cookie(cookie_debug_id, ref - 1, where); in fscache_put_cookie()
1028 enum fscache_cookie_trace where) in fscache_get_cookie() argument
1033 trace_fscache_cookie(cookie->debug_id, ref + 1, where); in fscache_get_cookie()
/fs/bfs/
A Dfile.c51 unsigned long end, unsigned long where) in bfs_move_blocks() argument
55 dprintf("%08lx-%08lx->%08lx\n", start, end, where); in bfs_move_blocks()
57 if(bfs_move_block(i, where + i, sb)) { in bfs_move_blocks()
59 where + i); in bfs_move_blocks()
/fs/gfs2/
A Drecovery.h23 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where);
24 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where);
A Drecovery.c55 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_add() argument
68 rr->rr_where = where; in gfs2_revoke_add()
77 rr->rr_where = where; in gfs2_revoke_add()
83 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_check() argument
99 a = (jd->jd_replay_tail < where); in gfs2_revoke_check()
100 b = (where < rr->rr_where); in gfs2_revoke_check()
/fs/verity/
A DKconfig19 various use cases where normally the whole file would need to
24 fs-verity is especially useful on large files where not all
/fs/afs/
A Dfs_probe.c19 enum afs_estate_trace where) in afs_get_endpoint_state() argument
25 trace_afs_estate(estate->server_id, estate->probe_seq, r, where); in afs_get_endpoint_state()
40 void afs_put_endpoint_state(struct afs_endpoint_state *estate, enum afs_estate_trace where) in afs_put_endpoint_state() argument
48 trace_afs_estate(server_id, probe_seq, r, where); in afs_put_endpoint_state()
A Dinternal.h1220 enum afs_estate_trace where);
1221 void afs_put_endpoint_state(struct afs_endpoint_state *estate, enum afs_estate_trace where);
1768 static inline int afs_io_error(struct afs_call *call, enum afs_io_error where) in afs_io_error() argument
1770 trace_afs_io_error(call->debug_id, -EIO, where); in afs_io_error()
1774 static inline int afs_bad(struct afs_vnode *vnode, enum afs_file_error where) in afs_bad() argument
1776 trace_afs_file_error(vnode, -EIO, where); in afs_bad()
/fs/squashfs/
A DKconfig17 archival use (i.e. in cases where a .tar.gz file may be used), and in
18 embedded systems where low overhead is needed. Further information
193 aimed at embedded systems with slower CPUs where the overheads
208 aimed at embedded systems with slower CPUs where the overheads
254 This, however, gives poor performance on MTD NAND devices where
/fs/ext2/
A Dinode.c562 long block, Indirect *where, int num, int blks) in ext2_splice_branch() argument
573 *where->p = where->key; in ext2_splice_branch()
580 current_block = le32_to_cpu(where->key) + 1; in ext2_splice_branch()
582 *(where->p + i ) = cpu_to_le32(current_block++); in ext2_splice_branch()
593 le32_to_cpu(where[num].key) + blks - 1; in ext2_splice_branch()
599 if (where->bh) in ext2_splice_branch()
600 mark_buffer_dirty_inode(where->bh, inode); in ext2_splice_branch()
/fs/pstore/
A DKconfig77 buffer in RAM where it can be read back at some later point.
99 where it can be read back at some later point.
123 partition using the format SSSSSSSS-PP, where SSSSSSSS is a zero-
/fs/resctrl/
A DKconfig21 On architectures where this can be disabled independently, it is
/fs/jbd2/
A DKconfig31 with "echo N > /sys/module/jbd2/parameters/jbd2_debug", where N is a
/fs/befs/
A DChangeLog29 * Fixed up some places where I assumed that a long int could hold
98 * Fixed stupid bug where specifying the uid or gid mount options as '0'
211 * Fixed a bug where the inode and super_block didn't get their blockbits
339 * Fixed the problem with statfs where it would always claim the disk was
/fs/overlayfs/
A DKconfig117 copy up only metadata where appropriate and data copy up will

Completed in 56 milliseconds

12