| /fs/ntfs/ |
| D | inode.c | 62 ntfs_inode *ni; in ntfs_test_inode() local 106 ntfs_inode *ni = NTFS_I(vi); in ntfs_init_locked_inode() local 323 ntfs_inode *ni; in ntfs_alloc_big_inode() local 343 ntfs_inode *ni = NTFS_I(inode); in ntfs_destroy_big_inode() local 354 ntfs_inode *ni; in ntfs_alloc_extent_inode() local 366 static void ntfs_destroy_extent_inode(ntfs_inode *ni) in ntfs_destroy_extent_inode() 393 void __ntfs_init_inode(struct super_block *sb, ntfs_inode *ni) in __ntfs_init_inode() 430 ntfs_inode *ni = ntfs_alloc_extent_inode(); in ntfs_new_extent_inode() local 552 ntfs_inode *ni; in ntfs_read_locked_inode() local 1229 ntfs_inode *ni, *base_ni; in ntfs_read_locked_attr_inode() local [all …]
|
| D | mft.h | 38 static inline void unmap_extent_mft_record(ntfs_inode *ni) in unmap_extent_mft_record() 55 static inline void flush_dcache_mft_record_page(ntfs_inode *ni) in flush_dcache_mft_record_page() 73 static inline void mark_mft_record_dirty(ntfs_inode *ni) in mark_mft_record_dirty() 102 static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record()
|
| D | attrib.c | 84 int ntfs_map_runlist_nolock(ntfs_inode *ni, VCN vcn, ntfs_attr_search_ctx *ctx) in ntfs_map_runlist_nolock() 298 int ntfs_map_runlist(ntfs_inode *ni, VCN vcn) in ntfs_map_runlist() 341 LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_vcn_to_lcn_nolock() 464 runlist_element *ntfs_attr_find_vcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_find_vcn_nolock() 862 ntfs_inode *base_ni, *ni; in ntfs_external_attr_find() local 1218 ntfs_inode *ni, MFT_RECORD *mrec) in ntfs_attr_init_search_ctx() 1269 ntfs_attr_search_ctx *ntfs_attr_get_search_ctx(ntfs_inode *ni, MFT_RECORD *mrec) in ntfs_attr_get_search_ctx() 1535 int ntfs_attr_make_non_resident(ntfs_inode *ni, const u32 data_size) in ntfs_attr_make_non_resident() 1904 s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size, in ntfs_attr_extend_allocation() 2493 int ntfs_attr_set(ntfs_inode *ni, const s64 ofs, const s64 cnt, const u8 val) in ntfs_attr_set()
|
| D | aops.c | 65 ntfs_inode *ni; in ntfs_end_buffer_async_read() local 192 ntfs_inode *ni; in ntfs_read_block() local 403 ntfs_inode *ni, *base_ni; in ntfs_readpage() local 559 ntfs_inode *ni; in ntfs_write_block() local 925 ntfs_inode *ni = NTFS_I(vi); in ntfs_write_mst_block() local 1358 ntfs_inode *base_ni = NULL, *ni = NTFS_I(vi); in ntfs_writepage() local 1570 ntfs_inode *ni = NTFS_I(mapping->host); in ntfs_bmap() local 1732 ntfs_inode *ni = NTFS_I(mapping->host); in mark_ntfs_record_dirty() local
|
| D | mft.c | 48 static inline MFT_RECORD *map_mft_record_page(ntfs_inode *ni) in map_mft_record_page() 156 MFT_RECORD *map_mft_record(ntfs_inode *ni) in map_mft_record() 192 static inline void unmap_mft_record_page(ntfs_inode *ni) in unmap_mft_record_page() 214 void unmap_mft_record(ntfs_inode *ni) in unmap_mft_record() 251 ntfs_inode *ni = NULL; in map_extent_mft_record() local 396 void __mark_mft_record_dirty(ntfs_inode *ni) in __mark_mft_record_dirty() 670 int write_mft_record_nolock(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record_nolock() 932 ntfs_inode *ni, *eni, **extent_nis; in ntfs_may_write_mft_record() local 2251 ntfs_inode *mft_ni, *mftbmp_ni, *ni; in ntfs_mft_record_alloc() local 2785 int ntfs_extent_mft_record_free(ntfs_inode *ni, MFT_RECORD *m) in ntfs_extent_mft_record_free()
|
| D | file.c | 109 static int ntfs_attr_extend_initialized(ntfs_inode *ni, const s64 new_init_size) in ntfs_attr_extend_initialized() 340 ntfs_inode *base_ni, *ni = NTFS_I(vi); in ntfs_prepare_file_for_write() local 593 ntfs_inode *ni, *base_ni = NULL; in ntfs_prepare_pages_for_non_resident_write() local 1404 ntfs_inode *ni, *base_ni; in ntfs_commit_pages_after_non_resident_write() local 1559 ntfs_inode *ni, *base_ni; in ntfs_commit_pages_after_write() local 1749 ntfs_inode *ni = NTFS_I(vi); in ntfs_perform_write() local
|
| D | namei.c | 180 ntfs_inode *ni = NTFS_I(dent_inode); in ntfs_lookup() local 303 ntfs_inode *ni = NTFS_I(vi); in ntfs_get_parent() local
|
| D | lcnalloc.h | 107 static inline s64 ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, in ntfs_cluster_free()
|
| D | inode.h | 245 static inline struct inode *VFS_I(ntfs_inode *ni) in VFS_I() 288 ntfs_inode *ni = NTFS_I(vi); in ntfs_init_big_inode() local
|
| D | lcnalloc.c | 849 s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, s64 count, in __ntfs_cluster_free()
|
| D | compress.c | 483 ntfs_inode *ni = NTFS_I(mapping->host); in ntfs_read_compressed_block() local
|
| D | super.c | 377 ntfs_inode *ni = NTFS_I(vol->vol_ino); in ntfs_write_volume_flags() local 3047 ntfs_inode *ni = (ntfs_inode *)foo; in ntfs_big_inode_init_once() local
|
| /fs/lockd/ |
| D | host.c | 110 static struct nlm_host *nlm_alloc_host(struct nlm_lookup_host_info *ni, in nlm_alloc_host() 219 struct nlm_lookup_host_info ni = { in nlmclnt_lookup_host() local 332 struct nlm_lookup_host_info ni = { in nlmsvc_lookup_host() local
|
| /fs/f2fs/ |
| D | node.h | 60 struct node_info ni; /* in-memory node information */ member 108 static inline void node_info_from_raw_nat(struct node_info *ni, in node_info_from_raw_nat() 117 struct node_info *ni) in raw_nat_from_node_info()
|
| D | inline.c | 140 struct node_info ni; in f2fs_convert_inline_page() local 704 struct node_info ni; in f2fs_inline_data_fiemap() local
|
| D | node.c | 425 static void set_node_addr(struct f2fs_sb_info *sbi, struct node_info *ni, in set_node_addr() 518 struct node_info *ni) in f2fs_get_node_info() 827 struct node_info ni; in truncate_node() local 1266 struct node_info ni; in read_node_page() local 1495 struct node_info ni; in __write_node_page() local 2487 struct node_info ni; in f2fs_recover_xattr_data() local
|
| D | gc.c | 514 struct node_info ni; in gc_node_segment() local 727 struct node_info ni; in move_data_block() local
|
| D | inode.c | 758 struct node_info ni; in f2fs_handle_failed_inode() local
|
| D | recovery.c | 509 struct node_info ni; in do_recover_data() local
|
| D | data.c | 932 struct node_info ni; in __allocate_data_block() local 1384 struct node_info ni; in f2fs_xattr_fiemap() local 1846 struct node_info ni; in f2fs_do_write_data_page() local
|
| D | checkpoint.c | 592 struct node_info ni; in recover_orphan_inode() local
|
| D | file.c | 1081 struct node_info ni; in __clone_blkaddrs() local
|
| /fs/xfs/libxfs/ |
| D | xfs_inode_buf.c | 94 int ni; in xfs_inode_buf_verify() local
|
| /fs/xfs/ |
| D | xfs_quota.h | 148 #define xfs_trans_reserve_quota(tp, mp, ud, gd, pd, nb, ni, f) \ argument
|
| /fs/ncpfs/ |
| D | inode.c | 800 struct ncp_inode_info* ni; in ncp_statfs() local
|