Searched refs:NTFS_I (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/fs/ntfs/ |
D | namei.c | 125 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len, in ntfs_lookup() 135 NTFS_I(dent_inode)->seq_no || in ntfs_lookup() 153 NTFS_I(dent_inode)->seq_no); in ntfs_lookup() 180 ntfs_inode *ni = NTFS_I(dent_inode); in ntfs_lookup() 198 ni = NTFS_I(dent_inode); in ntfs_lookup() 303 ntfs_inode *ni = NTFS_I(vi); in ntfs_get_parent()
|
D | mft.c | 550 down_read(&NTFS_I(vol->mftmirr_ino)-> in ntfs_sync_mft_mirror() 552 rl = NTFS_I(vol->mftmirr_ino)->runlist.rl; in ntfs_sync_mft_mirror() 588 up_read(&NTFS_I(vol->mftmirr_ino)->runlist.lock); in ntfs_sync_mft_mirror() 743 down_read(&NTFS_I(vol->mft_ino)->runlist.lock); in write_mft_record_nolock() 744 rl = NTFS_I(vol->mft_ino)->runlist.rl; in write_mft_record_nolock() 775 up_read(&NTFS_I(vol->mft_ino)->runlist.lock); in write_mft_record_nolock() 980 ni = NTFS_I(vi); in ntfs_may_write_mft_record() 1052 ni = NTFS_I(vi); in ntfs_may_write_mft_record() 1158 read_lock_irqsave(&NTFS_I(vol->mft_ino)->size_lock, flags); in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1159 pass_end = NTFS_I(vol->mft_ino)->allocated_size >> in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() [all …]
|
D | super.c | 377 ntfs_inode *ni = NTFS_I(vol->vol_ino); in ntfs_write_volume_flags() 1062 tmp_ni = NTFS_I(tmp_ino); in load_and_init_mft_mirror() 1191 mirr_ni = NTFS_I(vol->mftmirr_ino); in check_mft_mirror() 1234 NInoSetSparseDisabled(NTFS_I(tmp_ino)); in load_and_check_logfile() 1288 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12, in check_windows_hibernation_status() 1381 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), Quota, 6, in load_and_init_quota() 1464 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), UsnJrnl, 8, in load_and_init_usnjrnl() 1533 tmp_ni = NTFS_I(vol->usnjrnl_j_ino); in load_and_init_usnjrnl() 1609 NInoSetSparseDisabled(NTFS_I(ino)); in load_and_init_attrdef() 1819 lockdep_set_class(&NTFS_I(vol->mftbmp_ino)->runlist.lock, in load_system_files() [all …]
|
D | inode.h | 240 static inline ntfs_inode *NTFS_I(struct inode *inode) in NTFS_I() function 288 ntfs_inode *ni = NTFS_I(vi); in ntfs_init_big_inode()
|
D | inode.c | 66 ni = NTFS_I(vi); in ntfs_test_inode() 106 ntfs_inode *ni = NTFS_I(vi); in ntfs_init_locked_inode() 338 kmem_cache_free(ntfs_big_inode_cache, NTFS_I(inode)); in ntfs_i_callback() 343 ntfs_inode *ni = NTFS_I(inode); in ntfs_destroy_big_inode() 573 ni = NTFS_I(vi); in ntfs_read_locked_inode() 991 bni = NTFS_I(bvi); in ntfs_read_locked_inode() 1238 ni = NTFS_I(vi); in ntfs_read_locked_attr_inode() 1239 base_ni = NTFS_I(base_vi); in ntfs_read_locked_attr_inode() 1505 ni = NTFS_I(vi); in ntfs_read_locked_index_inode() 1506 base_ni = NTFS_I(base_vi); in ntfs_read_locked_index_inode() [all …]
|
D | aops.c | 70 ni = NTFS_I(vi); in ntfs_end_buffer_async_read() 199 ni = NTFS_I(vi); in ntfs_read_block() 426 ni = NTFS_I(vi); in ntfs_readpage() 566 ni = NTFS_I(vi); in ntfs_write_block() 921 ntfs_inode *ni = NTFS_I(vi); in ntfs_write_mst_block() 1357 ntfs_inode *base_ni = NULL, *ni = NTFS_I(vi); in ntfs_writepage() 1569 ntfs_inode *ni = NTFS_I(mapping->host); in ntfs_bmap() 1731 ntfs_inode *ni = NTFS_I(mapping->host); in mark_ntfs_record_dirty()
|
D | quota.c | 52 ictx = ntfs_index_ctx_get(NTFS_I(vol->quota_q_ino)); in ntfs_mark_quotas_out_of_date()
|
D | file.c | 340 ntfs_inode *base_ni, *ni = NTFS_I(vi); in ntfs_prepare_file_for_write() 617 ni = NTFS_I(vi); in ntfs_prepare_pages_for_non_resident_write() 1414 ni = NTFS_I(vi); in ntfs_commit_pages_after_non_resident_write() 1574 ni = NTFS_I(vi); in ntfs_commit_pages_after_write() 1749 ntfs_inode *ni = NTFS_I(vi); in ntfs_perform_write() 1998 if (!datasync || !NInoNonResident(NTFS_I(vi))) in ntfs_file_fsync()
|
D | logfile.c | 730 ntfs_inode *log_ni = NTFS_I(log_vi); in ntfs_empty_logfile()
|
D | compress.c | 481 ntfs_inode *ni = NTFS_I(mapping->host); in ntfs_read_compressed_block()
|
D | dir.c | 1105 ntfs_inode *ndir = NTFS_I(vdir); in ntfs_readdir()
|