/fs/ext4/ |
D | ext4_jbd2.c | 85 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) in __ext4_journal_stop() argument 108 __ext4_std_error(sb, where, line, err); in __ext4_journal_stop() 161 int __ext4_journal_get_write_access(const char *where, unsigned int line, in __ext4_journal_get_write_access() argument 171 ext4_journal_abort_handle(where, line, __func__, bh, in __ext4_journal_get_write_access() 189 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, in __ext4_forget() argument 222 ext4_journal_abort_handle(where, line, __func__, in __ext4_forget() 235 ext4_journal_abort_handle(where, line, __func__, in __ext4_forget() 237 __ext4_abort(inode->i_sb, where, line, in __ext4_forget() 244 int __ext4_journal_get_create_access(const char *where, unsigned int line, in __ext4_journal_get_create_access() argument 252 ext4_journal_abort_handle(where, line, __func__, in __ext4_journal_get_create_access() [all …]
|
D | ext4_jbd2.h | 233 int __ext4_journal_get_write_access(const char *where, unsigned int line, 236 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, 240 int __ext4_journal_get_create_access(const char *where, unsigned int line, 243 int __ext4_handle_dirty_metadata(const char *where, unsigned int line, 247 int __ext4_handle_dirty_super(const char *where, unsigned int line, 265 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle);
|
D | indirect.c | 409 Indirect *where, int num) in ext4_splice_branch() argument 420 if (where->bh) { in ext4_splice_branch() 421 BUFFER_TRACE(where->bh, "get_write_access"); in ext4_splice_branch() 422 err = ext4_journal_get_write_access(handle, where->bh); in ext4_splice_branch() 428 *where->p = where->key; in ext4_splice_branch() 435 current_block = le32_to_cpu(where->key) + 1; in ext4_splice_branch() 437 *(where->p + i) = cpu_to_le32(current_block++); in ext4_splice_branch() 442 if (where->bh) { in ext4_splice_branch() 452 BUFFER_TRACE(where->bh, "call ext4_handle_dirty_metadata"); in ext4_splice_branch() 453 err = ext4_handle_dirty_metadata(handle, ar->inode, where->bh); in ext4_splice_branch() [all …]
|
D | ext4_extents.h | 272 int __ext4_ext_dirty(const char *where, unsigned int line, handle_t *handle,
|
/fs/minix/ |
D | itree_common.c | 111 Indirect *where, in splice_branch() argument 119 if (!verify_chain(chain, where-1) || *where->p) in splice_branch() 122 *where->p = where->key; in splice_branch() 131 if (where->bh) in splice_branch() 132 mark_buffer_dirty_inode(where->bh, inode); in splice_branch() 140 bforget(where[i].bh); in splice_branch() 142 minix_free_block(inode, block_to_cpu(where[i].key)); in splice_branch()
|
/fs/sysv/ |
D | itree.c | 170 Indirect *where, in splice_branch() argument 177 if (!verify_chain(chain, where-1) || *where->p) in splice_branch() 179 *where->p = where->key; in splice_branch() 185 if (where->bh) in splice_branch() 186 dirty_indirect(where->bh, inode); in splice_branch() 197 bforget(where[i].bh); in splice_branch() 199 sysv_free_block(inode->i_sb, where[i].key); in splice_branch()
|
/fs/bfs/ |
D | file.c | 50 unsigned long end, unsigned long where) in bfs_move_blocks() argument 54 dprintf("%08lx-%08lx->%08lx\n", start, end, where); in bfs_move_blocks() 56 if(bfs_move_block(i, where + i, sb)) { in bfs_move_blocks() 58 where + i); in bfs_move_blocks()
|
/fs/gfs2/ |
D | recovery.c | 55 int gfs2_revoke_add(struct gfs2_jdesc *jd, 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_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_check() argument 101 a = (jd->jd_replay_tail < where); in gfs2_revoke_check() 102 b = (where < rr->rr_where); in gfs2_revoke_check()
|
D | recovery.h | 23 extern int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where); 24 extern int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where);
|
/fs/squashfs/ |
D | Kconfig | 17 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 131 aimed at embedded systems with slower CPUs where the overheads 146 aimed at embedded systems with slower CPUs where the overheads 192 This, however, gives poor performance on MTD NAND devices where
|
/fs/verity/ |
D | Kconfig | 20 various use cases where normally the whole file would need to 25 fs-verity is especially useful on large files where not all
|
/fs/ext2/ |
D | inode.c | 561 long block, Indirect *where, int num, int blks) in ext2_splice_branch() argument 572 *where->p = where->key; in ext2_splice_branch() 579 current_block = le32_to_cpu(where->key) + 1; in ext2_splice_branch() 581 *(where->p + i ) = cpu_to_le32(current_block++); in ext2_splice_branch() 592 le32_to_cpu(where[num].key) + blks - 1; in ext2_splice_branch() 598 if (where->bh) in ext2_splice_branch() 599 mark_buffer_dirty_inode(where->bh, inode); in ext2_splice_branch()
|
/fs/reiserfs/ |
D | dir.c | 51 #define store_ih(where,what) copy_item_head (where, what) argument
|
D | README | 61 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/fscache/ |
D | internal.h | 320 enum fscache_cookie_trace where) in fscache_cookie_get() argument 324 trace_fscache_cookie(cookie, where, usage); in fscache_cookie_get()
|
D | cookie.c | 857 enum fscache_cookie_trace where) in fscache_cookie_put() argument 866 trace_fscache_cookie(cookie, where, usage); in fscache_cookie_put() 877 where = fscache_cookie_put_parent; in fscache_cookie_put()
|
/fs/afs/ |
D | internal.h | 1422 static inline int afs_io_error(struct afs_call *call, enum afs_io_error where) in afs_io_error() argument 1424 trace_afs_io_error(call->debug_id, -EIO, where); in afs_io_error() 1428 static inline int afs_bad(struct afs_vnode *vnode, enum afs_file_error where) in afs_bad() argument 1430 trace_afs_file_error(vnode, -EIO, where); in afs_bad()
|
/fs/jbd2/ |
D | Kconfig | 33 with "echo N > /sys/module/jbd2/parameters/jbd2_debug", where N is a
|
/fs/befs/ |
D | ChangeLog | 29 * 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/ |
D | Kconfig | 65 so far not received a single report where the driver would have
|
/fs/pstore/ |
D | Kconfig | 150 buffer in RAM where it can be read back at some later point.
|
/fs/overlayfs/ |
D | Kconfig | 115 copy up only metadata where appropriate and data copy up will
|
/fs/xfs/ |
D | Kconfig | 59 separate area of disk space where only file data is stored. It was
|
/fs/jffs2/ |
D | Kconfig | 24 KERN_DEBUG loglevel, where they won't normally be visible. Level 2
|
/fs/incfs/ |
D | vfs.c | 1041 static int incfs_link(struct dentry *what, struct dentry *where) in incfs_link() argument 1043 struct dentry *parent_dentry = dget_parent(where); in incfs_link() 1048 error = vfs_link(what, pinode, where, NULL); in incfs_link()
|