Home
last modified time | relevance | path

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

12

/fs/xfs/
Dxfs_dir2_trace.h44 void xfs_dir2_trace_args(char *where, struct xfs_da_args *args);
45 void xfs_dir2_trace_args_b(char *where, struct xfs_da_args *args,
47 void xfs_dir2_trace_args_bb(char *where, struct xfs_da_args *args,
49 void xfs_dir2_trace_args_bibii(char *where, struct xfs_da_args *args,
52 void xfs_dir2_trace_args_db(char *where, struct xfs_da_args *args,
54 void xfs_dir2_trace_args_i(char *where, struct xfs_da_args *args, xfs_ino_t i);
55 void xfs_dir2_trace_args_s(char *where, struct xfs_da_args *args, int s);
56 void xfs_dir2_trace_args_sb(char *where, struct xfs_da_args *args, int s,
61 #define xfs_dir2_trace_args(where, args) argument
62 #define xfs_dir2_trace_args_b(where, args, bp) argument
[all …]
Dxfs_dir2_trace.c41 char *where, in xfs_dir2_trace_enter() argument
62 (void *)(long)type, (void *)where, in xfs_dir2_trace_enter()
69 (void *)(long)type, (void *)where, in xfs_dir2_trace_enter()
79 char *where, in xfs_dir2_trace_args() argument
82 xfs_dir2_trace_enter(args->dp, XFS_DIR2_KTRACE_ARGS, where, in xfs_dir2_trace_args()
94 char *where, in xfs_dir2_trace_args_b() argument
98 xfs_dir2_trace_enter(args->dp, XFS_DIR2_KTRACE_ARGS_B, where, in xfs_dir2_trace_args_b()
110 char *where, in xfs_dir2_trace_args_bb() argument
115 xfs_dir2_trace_enter(args->dp, XFS_DIR2_KTRACE_ARGS_BB, where, in xfs_dir2_trace_args_bb()
128 char *where, in xfs_dir2_trace_args_bibii() argument
[all …]
Dxfs_attr_sf.h92 void xfs_attr_trace_l_c(char *where, struct xfs_attr_list_context *context);
93 void xfs_attr_trace_l_cn(char *where, struct xfs_attr_list_context *context,
95 void xfs_attr_trace_l_cb(char *where, struct xfs_attr_list_context *context,
97 void xfs_attr_trace_l_cl(char *where, struct xfs_attr_list_context *context,
99 void xfs_attr_trace_enter(int type, char *where,
Dxfs_attr.c2272 xfs_attr_trace_l_c(char *where, struct xfs_attr_list_context *context) in xfs_attr_trace_l_c() argument
2274 xfs_attr_trace_enter(XFS_ATTR_KTRACE_L_C, where, context, in xfs_attr_trace_l_c()
2284 xfs_attr_trace_l_cn(char *where, struct xfs_attr_list_context *context, in xfs_attr_trace_l_cn() argument
2287 xfs_attr_trace_enter(XFS_ATTR_KTRACE_L_CN, where, context, in xfs_attr_trace_l_cn()
2298 xfs_attr_trace_l_cb(char *where, struct xfs_attr_list_context *context, in xfs_attr_trace_l_cb() argument
2301 xfs_attr_trace_enter(XFS_ATTR_KTRACE_L_CB, where, context, in xfs_attr_trace_l_cb()
2311 xfs_attr_trace_l_cl(char *where, struct xfs_attr_list_context *context, in xfs_attr_trace_l_cl() argument
2314 xfs_attr_trace_enter(XFS_ATTR_KTRACE_L_CL, where, context, in xfs_attr_trace_l_cl()
2326 xfs_attr_trace_enter(int type, char *where, in xfs_attr_trace_enter() argument
2333 (void *)((__psunsigned_t)where), in xfs_attr_trace_enter()
DKconfig57 separate area of disk space where only file data is stored. It was
/fs/ext3/
Dext3_jbd.c7 int __ext3_journal_get_undo_access(const char *where, handle_t *handle, in __ext3_journal_get_undo_access() argument
12 ext3_journal_abort_handle(where, __func__, bh, handle,err); in __ext3_journal_get_undo_access()
16 int __ext3_journal_get_write_access(const char *where, handle_t *handle, in __ext3_journal_get_write_access() argument
21 ext3_journal_abort_handle(where, __func__, bh, handle,err); in __ext3_journal_get_write_access()
25 int __ext3_journal_forget(const char *where, handle_t *handle, in __ext3_journal_forget() argument
30 ext3_journal_abort_handle(where, __func__, bh, handle,err); in __ext3_journal_forget()
34 int __ext3_journal_revoke(const char *where, handle_t *handle, in __ext3_journal_revoke() argument
39 ext3_journal_abort_handle(where, __func__, bh, handle,err); in __ext3_journal_revoke()
43 int __ext3_journal_get_create_access(const char *where, in __ext3_journal_get_create_access() argument
48 ext3_journal_abort_handle(where, __func__, bh, handle,err); in __ext3_journal_get_create_access()
[all …]
Dinode.c685 long block, Indirect *where, int num, int blks) in ext3_splice_branch() argument
698 if (where->bh) { in ext3_splice_branch()
699 BUFFER_TRACE(where->bh, "get_write_access"); in ext3_splice_branch()
700 err = ext3_journal_get_write_access(handle, where->bh); in ext3_splice_branch()
706 *where->p = where->key; in ext3_splice_branch()
713 current_block = le32_to_cpu(where->key) + 1; in ext3_splice_branch()
715 *(where->p + i ) = cpu_to_le32(current_block++); in ext3_splice_branch()
726 le32_to_cpu(where[num].key) + blks - 1; in ext3_splice_branch()
735 if (where->bh) { in ext3_splice_branch()
745 BUFFER_TRACE(where->bh, "call ext3_journal_dirty_metadata"); in ext3_splice_branch()
[all …]
/fs/ext4/
Dext4_jbd2.c7 int __ext4_journal_get_undo_access(const char *where, handle_t *handle, in __ext4_journal_get_undo_access() argument
15 ext4_journal_abort_handle(where, __func__, bh, in __ext4_journal_get_undo_access()
21 int __ext4_journal_get_write_access(const char *where, handle_t *handle, in __ext4_journal_get_write_access() argument
29 ext4_journal_abort_handle(where, __func__, bh, in __ext4_journal_get_write_access()
35 int __ext4_journal_forget(const char *where, handle_t *handle, in __ext4_journal_forget() argument
43 ext4_journal_abort_handle(where, __func__, bh, in __ext4_journal_forget()
49 int __ext4_journal_revoke(const char *where, handle_t *handle, in __ext4_journal_revoke() argument
57 ext4_journal_abort_handle(where, __func__, bh, in __ext4_journal_revoke()
63 int __ext4_journal_get_create_access(const char *where, in __ext4_journal_get_create_access() argument
71 ext4_journal_abort_handle(where, __func__, bh, in __ext4_journal_get_create_access()
[all …]
Dext4_jbd2.h128 int __ext4_journal_get_undo_access(const char *where, handle_t *handle,
131 int __ext4_journal_get_write_access(const char *where, handle_t *handle,
134 int __ext4_journal_forget(const char *where, handle_t *handle,
137 int __ext4_journal_revoke(const char *where, handle_t *handle,
140 int __ext4_journal_get_create_access(const char *where,
143 int __ext4_handle_dirty_metadata(const char *where, handle_t *handle,
160 int __ext4_journal_stop(const char *where, handle_t *handle);
Dinode.c766 ext4_lblk_t block, Indirect *where, int num, int blks) in ext4_splice_branch() argument
777 if (where->bh) { in ext4_splice_branch()
778 BUFFER_TRACE(where->bh, "get_write_access"); in ext4_splice_branch()
779 err = ext4_journal_get_write_access(handle, where->bh); in ext4_splice_branch()
785 *where->p = where->key; in ext4_splice_branch()
792 current_block = le32_to_cpu(where->key) + 1; in ext4_splice_branch()
794 *(where->p + i) = cpu_to_le32(current_block++); in ext4_splice_branch()
803 if (where->bh) { in ext4_splice_branch()
813 BUFFER_TRACE(where->bh, "call ext4_handle_dirty_metadata"); in ext4_splice_branch()
814 err = ext4_handle_dirty_metadata(handle, inode, where->bh); in ext4_splice_branch()
[all …]
/fs/minix/
Ditree_common.c110 Indirect *where, in splice_branch() argument
118 if (!verify_chain(chain, where-1) || *where->p) in splice_branch()
121 *where->p = where->key; in splice_branch()
130 if (where->bh) in splice_branch()
131 mark_buffer_dirty_inode(where->bh, inode); in splice_branch()
139 bforget(where[i].bh); in splice_branch()
141 minix_free_block(inode, block_to_cpu(where[i].key)); in splice_branch()
/fs/sysv/
Ditree.c169 Indirect *where, in splice_branch() argument
176 if (!verify_chain(chain, where-1) || *where->p) in splice_branch()
178 *where->p = where->key; in splice_branch()
184 if (where->bh) in splice_branch()
185 dirty_indirect(where->bh, inode); in splice_branch()
196 bforget(where[i].bh); in splice_branch()
198 sysv_free_block(inode->i_sb, where[i].key); in splice_branch()
/fs/bfs/
Dfile.c52 unsigned long end, unsigned long where) in bfs_move_blocks() argument
56 dprintf("%08lx-%08lx->%08lx\n", start, end, where); in bfs_move_blocks()
58 if(bfs_move_block(i, where + i, sb)) { in bfs_move_blocks()
60 where + i); in bfs_move_blocks()
/fs/gfs2/
Drecovery.h24 extern int gfs2_revoke_add(struct gfs2_sbd *sdp, u64 blkno, unsigned int where);
25 extern int gfs2_revoke_check(struct gfs2_sbd *sdp, u64 blkno, unsigned int where);
Drecovery.c55 int gfs2_revoke_add(struct gfs2_sbd *sdp, u64 blkno, unsigned int where) in gfs2_revoke_add() argument
69 rr->rr_where = where; in gfs2_revoke_add()
78 rr->rr_where = where; in gfs2_revoke_add()
84 int gfs2_revoke_check(struct gfs2_sbd *sdp, u64 blkno, unsigned int where) in gfs2_revoke_check() argument
101 a = (sdp->sd_replay_tail < where); in gfs2_revoke_check()
102 b = (where < rr->rr_where); in gfs2_revoke_check()
/fs/squashfs/
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
/fs/ext2/
Dinode.c510 long block, Indirect *where, int num, int blks) in ext2_splice_branch() argument
521 *where->p = where->key; in ext2_splice_branch()
528 current_block = le32_to_cpu(where->key) + 1; in ext2_splice_branch()
530 *(where->p + i ) = cpu_to_le32(current_block++); in ext2_splice_branch()
541 le32_to_cpu(where[num].key) + blks - 1; in ext2_splice_branch()
547 if (where->bh) in ext2_splice_branch()
548 mark_buffer_dirty_inode(where->bh, inode); in ext2_splice_branch()
/fs/reiserfs/
Ddir.c42 #define store_ih(where,what) copy_item_head (where, what) argument
DREADME61 you to specify where that code can be found.
106 tried to put me in a position where I was forced into giving control
/fs/ntfs/
DChangeLog3 - The only places in the kernel where a file is resized are
44 - Fix a buggette in an "should be impossible" case handling where we
58 - Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where we
69 - Fix a potential overflow in file.c where a cast to s64 was missing in
183 - Fix a bug in ntfs_map_runlist_nolock() where we forgot to protect
207 where a concurrent truncate has truncated the runlist under our feet.
240 the value where apropriate.
287 - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where after
296 handle the case where an attribute is converted from resident to
311 - Use C99 style structure initialization after memory allocation where
[all …]
DKconfig64 so far not received a single report where the driver would have
/fs/jbd/
DKconfig27 with "echo N > /sys/kernel/debug/jbd/jbd-debug", where N is a
/fs/jbd2/
DKconfig30 with "echo N > /sys/kernel/debug/jbd2/jbd2-debug", where N is a
/fs/hppfs/
Dhppfs.c521 static loff_t hppfs_llseek(struct file *file, loff_t off, int where) in hppfs_llseek() argument
530 ret = (*llseek)(proc_file, off, where); in hppfs_llseek()
535 return default_llseek(file, off, where); in hppfs_llseek()
/fs/befs/
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

12