| /fs/reiserfs/ |
| D | item_ops.c | 69 struct virtual_item *vi, in sd_create_vi() 76 static int sd_check_left(struct virtual_item *vi, int free, in sd_check_left() 83 static int sd_check_right(struct virtual_item *vi, int free) in sd_check_right() 88 static int sd_part_size(struct virtual_item *vi, int first, int count) in sd_part_size() 94 static int sd_unit_num(struct virtual_item *vi) in sd_unit_num() 99 static void sd_print_vi(struct virtual_item *vi) in sd_print_vi() 159 struct virtual_item *vi, in direct_create_vi() 166 static int direct_check_left(struct virtual_item *vi, int free, in direct_check_left() 175 static int direct_check_right(struct virtual_item *vi, int free) in direct_check_right() 180 static int direct_part_size(struct virtual_item *vi, int first, int count) in direct_part_size() [all …]
|
| D | fix_node.c | 94 struct virtual_item *vi = vn->vn_vi + new_num; in create_virtual_node() local 133 struct virtual_item *vi = vn->vn_vi + vn->vn_affected_item_num; in create_virtual_node() local 198 struct virtual_item *vi; in check_left() local 284 struct virtual_item *vi; in check_right() local 460 struct virtual_item *vi = vn->vn_vi + i; in get_num_ver() local
|
| D | reiserfs.h | 2652 #define op_create_vi(vn,vi,is_affected,insert_size) item_ops[le_ih_k_type ((vi)->vi_ih)]->create_v… argument 2653 #define op_check_left(vi,free,start_skip,end_skip) item_ops[(vi)->vi_index]->check_left (vi, free, … argument 2654 #define op_check_right(vi,free) item_ops[(vi)->vi_index]->check_right (vi, fre… argument 2655 #define op_part_size(vi,from,to) item_ops[(vi)->vi_index]->part_size (vi, from,… argument 2656 #define op_unit_num(vi) item_ops[(vi)->vi_index]->unit_num (vi) argument 2657 #define op_print_vi(vi) item_ops[(vi)->vi_index]->print_vi (vi) argument
|
| /fs/ntfs/ |
| D | bitmap.h | 47 static inline int ntfs_bitmap_set_bits_in_run(struct inode *vi, in ntfs_bitmap_set_bits_in_run() 65 static inline int ntfs_bitmap_set_run(struct inode *vi, const s64 start_bit, in ntfs_bitmap_set_run() 82 static inline int ntfs_bitmap_clear_run(struct inode *vi, const s64 start_bit, in ntfs_bitmap_clear_run() 97 static inline int ntfs_bitmap_set_bit(struct inode *vi, const s64 bit) in ntfs_bitmap_set_bit() 111 static inline int ntfs_bitmap_clear_bit(struct inode *vi, const s64 bit) in ntfs_bitmap_clear_bit()
|
| D | inode.c | 60 int ntfs_test_inode(struct inode *vi, ntfs_attr *na) in ntfs_test_inode() 104 static int ntfs_init_locked_inode(struct inode *vi, ntfs_attr *na) in ntfs_init_locked_inode() 172 struct inode *vi; in ntfs_iget() local 230 struct inode *vi; in ntfs_attr_iget() local 288 struct inode *vi; in ntfs_index_iget() local 549 static int ntfs_read_locked_inode(struct inode *vi) in ntfs_read_locked_inode() 1226 static int ntfs_read_locked_attr_inode(struct inode *base_vi, struct inode *vi) in ntfs_read_locked_attr_inode() 1492 static int ntfs_read_locked_index_inode(struct inode *base_vi, struct inode *vi) in ntfs_read_locked_index_inode() 1775 int ntfs_read_inode_mount(struct inode *vi) in ntfs_read_inode_mount() 2258 void ntfs_evict_big_inode(struct inode *vi) in ntfs_evict_big_inode() [all …]
|
| D | file.c | 62 static int ntfs_file_open(struct inode *vi, struct file *filp) in ntfs_file_open() 115 struct inode *vi = VFS_I(ni); in ntfs_attr_extend_initialized() local 339 struct inode *vi = file_inode(file); in ntfs_prepare_file_for_write() local 592 struct inode *vi; in ntfs_prepare_pages_for_non_resident_write() local 1403 struct inode *vi; in ntfs_commit_pages_after_non_resident_write() local 1558 struct inode *vi; in ntfs_commit_pages_after_write() local 1748 struct inode *vi = mapping->host; in ntfs_perform_write() local 1942 struct inode *vi = file_inode(file); in ntfs_file_write_iter() local 1987 struct inode *vi = filp->f_mapping->host; in ntfs_file_fsync() local
|
| D | logfile.c | 52 static bool ntfs_check_restart_page_header(struct inode *vi, in ntfs_check_restart_page_header() 158 static bool ntfs_check_restart_area(struct inode *vi, RESTART_PAGE_HEADER *rp) in ntfs_check_restart_area() 273 static bool ntfs_check_log_client_array(struct inode *vi, in ntfs_check_log_client_array() 350 static int ntfs_check_and_load_restart_page(struct inode *vi, in ntfs_check_and_load_restart_page()
|
| D | aops.c | 64 struct inode *vi; in ntfs_end_buffer_async_read() local 191 struct inode *vi; in ntfs_read_block() local 402 struct inode *vi; in ntfs_readpage() local 558 struct inode *vi; in ntfs_write_block() local 924 struct inode *vi = page->mapping->host; in ntfs_write_mst_block() local 1357 struct inode *vi = page->mapping->host; in ntfs_writepage() local
|
| D | inode.h | 286 static inline void ntfs_init_big_inode(struct inode *vi) in ntfs_init_big_inode() 312 static inline void ntfs_commit_inode(struct inode *vi) in ntfs_commit_inode() 321 static inline void ntfs_truncate_vfs(struct inode *vi) {} in ntfs_truncate_vfs()
|
| D | bitmap.c | 47 int __ntfs_bitmap_set_bits_in_run(struct inode *vi, const s64 start_bit, in __ntfs_bitmap_set_bits_in_run()
|
| D | dir.c | 1464 static int ntfs_dir_open(struct inode *vi, struct file *filp) in ntfs_dir_open() 1503 struct inode *bmp_vi, *vi = filp->f_mapping->host; in ntfs_dir_fsync() local
|
| D | super.c | 379 VOLUME_INFORMATION *vi; in ntfs_write_volume_flags() local 1269 struct inode *vi; in check_windows_hibernation_status() local 1776 VOLUME_INFORMATION *vi; in load_system_files() local 2668 static int ntfs_write_inode(struct inode *vi, struct writeback_control *wbc) in ntfs_write_inode()
|
| D | namei.c | 302 struct inode *vi = d_inode(child_dent); in ntfs_get_parent() local
|
| D | attrib.c | 1538 struct inode *vi = VFS_I(ni); in ntfs_attr_make_non_resident() local 1909 struct inode *vi = VFS_I(ni); in ntfs_attr_extend_allocation() local
|
| D | mft.c | 931 struct inode *vi; in ntfs_may_write_mft_record() local 2249 struct inode *vi; in ntfs_mft_record_alloc() local
|
| D | layout.h | 2211 } __attribute__ ((__packed__)) vi; member 2246 } __attribute__ ((__packed__)) vi; member
|
| /fs/freevxfs/ |
| D | vxfs_super.c | 125 struct vxfs_inode_info *vi; in vxfs_alloc_inode() local
|
| /fs/ncpfs/ |
| D | inode.c | 802 struct ncp_volume_info vi; in ncp_statfs() local
|
| /fs/ubifs/ |
| D | ubifs.h | 1345 struct ubi_volume_info vi; member
|