Home
last modified time | relevance | path

Searched refs:NTFS_I (Results 1 – 11 of 11) sorted by relevance

/fs/ntfs/
Dnamei.c111 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len, in ntfs_lookup()
121 NTFS_I(dent_inode)->seq_no || in ntfs_lookup()
139 NTFS_I(dent_inode)->seq_no); in ntfs_lookup()
166 ntfs_inode *ni = NTFS_I(dent_inode); in ntfs_lookup()
184 ni = NTFS_I(dent_inode); in ntfs_lookup()
289 ntfs_inode *ni = NTFS_I(vi); in ntfs_get_parent()
Dmft.c536 down_read(&NTFS_I(vol->mftmirr_ino)-> in ntfs_sync_mft_mirror()
538 rl = NTFS_I(vol->mftmirr_ino)->runlist.rl; in ntfs_sync_mft_mirror()
574 up_read(&NTFS_I(vol->mftmirr_ino)->runlist.lock); in ntfs_sync_mft_mirror()
729 down_read(&NTFS_I(vol->mft_ino)->runlist.lock); in write_mft_record_nolock()
730 rl = NTFS_I(vol->mft_ino)->runlist.rl; in write_mft_record_nolock()
761 up_read(&NTFS_I(vol->mft_ino)->runlist.lock); in write_mft_record_nolock()
966 ni = NTFS_I(vi); in ntfs_may_write_mft_record()
1038 ni = NTFS_I(vi); in ntfs_may_write_mft_record()
1144 read_lock_irqsave(&NTFS_I(vol->mft_ino)->size_lock, flags); in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1145 pass_end = NTFS_I(vol->mft_ino)->allocated_size >> in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
[all …]
Dsuper.c363 ntfs_inode *ni = NTFS_I(vol->vol_ino); in ntfs_write_volume_flags()
1048 tmp_ni = NTFS_I(tmp_ino); in load_and_init_mft_mirror()
1177 mirr_ni = NTFS_I(vol->mftmirr_ino); in check_mft_mirror()
1220 NInoSetSparseDisabled(NTFS_I(tmp_ino)); in load_and_check_logfile()
1274 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12, in check_windows_hibernation_status()
1367 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), Quota, 6, in load_and_init_quota()
1450 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), UsnJrnl, 8, in load_and_init_usnjrnl()
1519 tmp_ni = NTFS_I(vol->usnjrnl_j_ino); in load_and_init_usnjrnl()
1595 NInoSetSparseDisabled(NTFS_I(ino)); in load_and_init_attrdef()
1805 lockdep_set_class(&NTFS_I(vol->mftbmp_ino)->runlist.lock, in load_system_files()
[all …]
Dinode.c53 ni = NTFS_I(vi); in ntfs_test_inode()
94 ntfs_inode *ni = NTFS_I(vi); in ntfs_init_locked_inode()
324 kmem_cache_free(ntfs_big_inode_cache, NTFS_I(inode)); in ntfs_free_big_inode()
548 ni = NTFS_I(vi); in ntfs_read_locked_inode()
966 bni = NTFS_I(bvi); in ntfs_read_locked_inode()
1213 ni = NTFS_I(vi); in ntfs_read_locked_attr_inode()
1214 base_ni = NTFS_I(base_vi); in ntfs_read_locked_attr_inode()
1480 ni = NTFS_I(vi); in ntfs_read_locked_index_inode()
1481 base_ni = NTFS_I(base_vi); in ntfs_read_locked_index_inode()
1663 bni = NTFS_I(bvi); in ntfs_read_locked_index_inode()
[all …]
Daops.c56 ni = NTFS_I(vi); in ntfs_end_buffer_async_read()
185 ni = NTFS_I(vi); in ntfs_read_block()
412 ni = NTFS_I(vi); in ntfs_readpage()
552 ni = NTFS_I(vi); in ntfs_write_block()
907 ntfs_inode *ni = NTFS_I(vi); in ntfs_write_mst_block()
1343 ntfs_inode *base_ni = NULL, *ni = NTFS_I(vi); in ntfs_writepage()
1555 ntfs_inode *ni = NTFS_I(mapping->host); in ntfs_bmap()
1717 ntfs_inode *ni = NTFS_I(mapping->host); in mark_ntfs_record_dirty()
Dinode.h226 static inline ntfs_inode *NTFS_I(struct inode *inode) in NTFS_I() function
272 ntfs_inode *ni = NTFS_I(vi); in ntfs_init_big_inode()
Dquota.c38 ictx = ntfs_index_ctx_get(NTFS_I(vol->quota_q_ino)); in ntfs_mark_quotas_out_of_date()
Dfile.c326 ntfs_inode *base_ni, *ni = NTFS_I(vi); in ntfs_prepare_file_for_write()
603 ni = NTFS_I(vi); in ntfs_prepare_pages_for_non_resident_write()
1400 ni = NTFS_I(vi); in ntfs_commit_pages_after_non_resident_write()
1560 ni = NTFS_I(vi); in ntfs_commit_pages_after_write()
1735 ntfs_inode *ni = NTFS_I(vi); in ntfs_perform_write()
1984 if (!datasync || !NInoNonResident(NTFS_I(vi))) in ntfs_file_fsync()
Dlogfile.c716 ntfs_inode *log_ni = NTFS_I(log_vi); in ntfs_empty_logfile()
Dcompress.c467 ntfs_inode *ni = NTFS_I(mapping->host); in ntfs_read_compressed_block()
Ddir.c1091 ntfs_inode *ndir = NTFS_I(vdir); in ntfs_readdir()