/fs/xfs/linux-2.6/ |
D | xfs_fs_subr.c | 34 xfs_off_t first, in xfs_tosspages() 47 xfs_off_t first, in xfs_flushinval_pages() 66 xfs_off_t first, in xfs_flush_pages() 90 xfs_off_t first, in xfs_wait_on_pages()
|
D | xfs_lrw.h | 67 #define xfs_inval_cached_trace(ip, offset, len, first, last) argument
|
/fs/reiserfs/ |
D | item_ops.c | 87 static int sd_part_size(struct virtual_item *vi, int first, int count) in sd_part_size() 181 static int direct_part_size(struct virtual_item *vi, int first, int count) in direct_part_size() 323 static int indirect_part_size(struct virtual_item *vi, int first, int units) in indirect_part_size() 586 static int direntry_part_size(struct virtual_item *vi, int first, int count) in direntry_part_size() 701 static int errcatch_part_size(struct virtual_item *vi, int first, int count) in errcatch_part_size()
|
D | prints.c | 388 static int print_internal(struct buffer_head *bh, int first, int last) in print_internal() 423 static int print_leaf(struct buffer_head *bh, int print_mode, int first, in print_leaf() 559 int mode, first, last; in print_block() local
|
D | lbalance.c | 284 int first, int cpy_num) in leaf_copy_items_entirely() 734 int first, int del_num, int del_bytes) in leaf_delete_items() 1124 int first, int del_num) in leaf_delete_items_entirely()
|
/fs/afs/ |
D | write.c | 280 pgoff_t first, pgoff_t last) in afs_kill_pages() 323 pgoff_t start, first, last; in afs_write_back_from_locked_page() local 616 pgoff_t first = call->first, last = call->last; in afs_pages_written_back() local
|
D | vnode.c | 770 int afs_vnode_store_data(struct afs_writeback *wb, pgoff_t first, pgoff_t last, in afs_vnode_store_data()
|
D | rxrpc.c | 247 pgoff_t first = call->first, last = call->last; in afs_send_pages() local
|
/fs/xfs/ |
D | xfs_dir2.c | 204 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_createname() 335 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_removename() 416 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_replace()
|
D | xfs_buf_item.c | 49 uint first, in xfs_buf_item_log_debug() 84 uint first, in xfs_buf_item_flush_log_debug() 778 uint first, in xfs_buf_item_log()
|
D | xfs_buf_item.h | 138 #define xfs_buf_item_flush_log_debug(bp, first, last) argument
|
D | xfs_btree.c | 590 int *first, /* output: first byte offset */ in xfs_btree_offsets() 1176 int first, in xfs_btree_log_keys() 1201 int first, in xfs_btree_log_recs() 1221 int first, /* index of first pointer to log */ in xfs_btree_log_ptrs() 1251 int first; /* first byte offset logged */ in xfs_btree_log_block() local
|
D | xfs_trans_buf.c | 742 uint first, in xfs_trans_log_buf()
|
D | xfs_mount.c | 427 int first; in xfs_sb_to_disk() local 1407 int first; in xfs_mod_sb() local
|
D | xfs_dir2_leaf.c | 1184 int first, /* first entry to log */ in xfs_dir2_leaf_log_bests() 1208 int first, /* first entry to log */ in xfs_dir2_leaf_log_ents()
|
/fs/ext4/ |
D | balloc.c | 196 #define in_range(b, first, len) ((b) >= (first) && (b) <= (first) + (len) - 1) argument 759 ext4_group_t first = metagroup * EXT4_DESC_PER_BLOCK(sb); in ext4_bg_num_gdb_meta() local
|
D | resize.c | 20 #define outside(b, first, last) ((b) < (first) || (b) >= (last)) argument 21 #define inside(b, first, last) ((b) >= (first) && (b) < (last)) argument
|
D | mballoc.c | 445 int first, int count) in mb_free_blocks_double() 470 static void mb_mark_used_double(struct ext4_buddy *e4b, int first, int count) in mb_mark_used_double() 504 struct ext4_buddy *e4b, int first, int count) in mb_free_blocks_double() 509 int first, int count) in mb_mark_used_double() 638 void *buddy, unsigned first, int len, in ext4_mb_mark_free_simple() 679 unsigned short first; in ext4_mb_generate_buddy() local 1125 int first, int count) in mb_free_blocks() 2118 int first) in ext4_mb_history_skip_empty()
|
/fs/efs/ |
D | inode.c | 206 int cur, last, first = 1; in efs_map_block() local
|
/fs/ext3/ |
D | resize.c | 20 #define outside(b, first, last) ((b) < (first) || (b) >= (last)) argument 21 #define inside(b, first, last) ((b) >= (first) && (b) < (last)) argument
|
/fs/gfs2/ |
D | log.c | 51 unsigned int first, second; in gfs2_struct2blk() local 175 struct list_head *first; in gfs2_ail1_start() local
|
D | bmap.c | 342 const __be64 *first = ptr; in gfs2_extent_length() local 682 u64 block, int first, block_call_t bc, in recursive_scan()
|
/fs/ubifs/ |
D | commit.c | 511 int first = 1, iip; in dbg_check_old_index() local
|
D | log.c | 688 int lnum, err, first = 1, write_lnum, offs = 0; in ubifs_consolidate_log() local
|
/fs/befs/ |
D | btree.c | 339 int first, last, mid; in befs_find_key() local
|