Home
last modified time | relevance | path

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

12

/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 …]
Dext3.h1221 int __ext3_journal_get_undo_access(const char *where, handle_t *handle,
1224 int __ext3_journal_get_write_access(const char *where, handle_t *handle,
1227 int __ext3_journal_forget(const char *where, handle_t *handle,
1230 int __ext3_journal_revoke(const char *where, handle_t *handle,
1233 int __ext3_journal_get_create_access(const char *where,
1236 int __ext3_journal_dirty_metadata(const char *where,
1255 int __ext3_journal_stop(const char *where, handle_t *handle);
Dinode.c748 long block, Indirect *where, int num, int blks) in ext3_splice_branch() argument
763 if (where->bh) { in ext3_splice_branch()
764 BUFFER_TRACE(where->bh, "get_write_access"); in ext3_splice_branch()
765 err = ext3_journal_get_write_access(handle, where->bh); in ext3_splice_branch()
771 *where->p = where->key; in ext3_splice_branch()
778 current_block = le32_to_cpu(where->key) + 1; in ext3_splice_branch()
780 *(where->p + i ) = cpu_to_le32(current_block++); in ext3_splice_branch()
791 le32_to_cpu(where[num].key) + blks - 1; in ext3_splice_branch()
796 if (!timespec_equal(&inode->i_ctime, &now) || !where->bh) { in ext3_splice_branch()
804 if (where->bh) { in ext3_splice_branch()
[all …]
/fs/ext4/
Dext4_jbd2.c80 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) in __ext4_journal_stop() argument
97 __ext4_std_error(sb, where, line, err); in __ext4_journal_stop()
150 int __ext4_journal_get_write_access(const char *where, unsigned int line, in __ext4_journal_get_write_access() argument
160 ext4_journal_abort_handle(where, line, __func__, bh, in __ext4_journal_get_write_access()
178 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, in __ext4_forget() argument
211 ext4_journal_abort_handle(where, line, __func__, in __ext4_forget()
224 ext4_journal_abort_handle(where, line, __func__, in __ext4_forget()
226 __ext4_abort(inode->i_sb, where, line, in __ext4_forget()
233 int __ext4_journal_get_create_access(const char *where, unsigned int line, in __ext4_journal_get_create_access() argument
241 ext4_journal_abort_handle(where, line, __func__, in __ext4_journal_get_create_access()
[all …]
Dext4_jbd2.h234 int __ext4_journal_get_write_access(const char *where, unsigned int line,
237 int __ext4_forget(const char *where, unsigned int line, handle_t *handle,
241 int __ext4_journal_get_create_access(const char *where, unsigned int line,
244 int __ext4_handle_dirty_metadata(const char *where, unsigned int line,
248 int __ext4_handle_dirty_super(const char *where, unsigned int line,
266 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle);
Dindirect.c413 Indirect *where, int num) in ext4_splice_branch() argument
424 if (where->bh) { in ext4_splice_branch()
425 BUFFER_TRACE(where->bh, "get_write_access"); in ext4_splice_branch()
426 err = ext4_journal_get_write_access(handle, where->bh); in ext4_splice_branch()
432 *where->p = where->key; in ext4_splice_branch()
439 current_block = le32_to_cpu(where->key) + 1; in ext4_splice_branch()
441 *(where->p + i) = cpu_to_le32(current_block++); in ext4_splice_branch()
446 if (where->bh) { in ext4_splice_branch()
456 BUFFER_TRACE(where->bh, "call ext4_handle_dirty_metadata"); in ext4_splice_branch()
457 err = ext4_handle_dirty_metadata(handle, ar->inode, where->bh); in ext4_splice_branch()
[all …]
Dext4_extents.h270 int __ext4_ext_dirty(const char *where, unsigned int line, handle_t *handle,
/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.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/
Drecovery.h26 extern int gfs2_revoke_add(struct gfs2_sbd *sdp, u64 blkno, unsigned int where);
27 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/
DKconfig16 archival use (i.e. in cases where a .tar.gz file may be used), and in
17 embedded systems where low overhead is needed. Further information
102 aimed at embedded systems with slower CPUs where the overheads
117 aimed at embedded systems with slower CPUs where the overheads
149 This, however, gives poor performance on MTD NAND devices where
/fs/ext2/
Dinode.c556 long block, Indirect *where, int num, int blks) in ext2_splice_branch() argument
567 *where->p = where->key; in ext2_splice_branch()
574 current_block = le32_to_cpu(where->key) + 1; in ext2_splice_branch()
576 *(where->p + i ) = cpu_to_le32(current_block++); in ext2_splice_branch()
587 le32_to_cpu(where[num].key) + blks - 1; in ext2_splice_branch()
593 if (where->bh) in ext2_splice_branch()
594 mark_buffer_dirty_inode(where->bh, inode); in ext2_splice_branch()
/fs/reiserfs/
Ddir.c51 #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/
Dnamespace.c1647 static void unlock_mount(struct mountpoint *where) in unlock_mount() argument
1649 struct dentry *dentry = where->m_dentry; in unlock_mount()
1650 put_mountpoint(where); in unlock_mount()
2223 int copy_mount_options(const void __user * data, unsigned long *where) in copy_mount_options() argument
2229 *where = 0; in copy_mount_options()
2252 *where = page; in copy_mount_options()
2256 int copy_mount_string(const void __user *data, char **where) in copy_mount_string() argument
2261 *where = NULL; in copy_mount_string()
2269 *where = tmp; in copy_mount_string()
/fs/jbd/
DKconfig27 with "echo N > /sys/kernel/debug/jbd/jbd-debug", where N is a
/fs/hppfs/
Dhppfs.c508 static loff_t hppfs_llseek(struct file *file, loff_t off, int where) in hppfs_llseek() argument
517 ret = (*llseek)(proc_file, off, where); in hppfs_llseek()
522 return default_llseek(file, off, where); in hppfs_llseek()
/fs/jbd2/
DKconfig32 with "echo N > /sys/module/jbd2/parameters/jbd2_debug", where N is a
/fs/pstore/
DKconfig55 buffer in RAM where it can be read back at some later point.
/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
/fs/ntfs/
DKconfig64 so far not received a single report where the driver would have
/fs/xfs/
DKconfig60 separate area of disk space where only file data is stored. It was
/fs/jffs2/
DKconfig23 KERN_DEBUG loglevel, where they won't normally be visible. Level 2

12