Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A 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()
H A 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 …]
H A Dsuper.c371 ntfs_inode *ni = NTFS_I(vol->vol_ino); in ntfs_write_volume_flags()
1056 tmp_ni = NTFS_I(tmp_ino); in load_and_init_mft_mirror()
1185 mirr_ni = NTFS_I(vol->mftmirr_ino); in check_mft_mirror()
1228 NInoSetSparseDisabled(NTFS_I(tmp_ino)); in load_and_check_logfile()
1282 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12, in check_windows_hibernation_status()
1375 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), Quota, 6, in load_and_init_quota()
1458 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), UsnJrnl, 8, in load_and_init_usnjrnl()
1527 tmp_ni = NTFS_I(vol->usnjrnl_j_ino); in load_and_init_usnjrnl()
1603 NInoSetSparseDisabled(NTFS_I(ino)); in load_and_init_attrdef()
1813 lockdep_set_class(&NTFS_I(vol->mftbmp_ino)->runlist.lock, in load_system_files()
[all …]
H A 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()
H A Daops.c56 ni = NTFS_I(vi); in ntfs_end_buffer_async_read()
182 ni = NTFS_I(vi); in ntfs_read_block()
410 ni = NTFS_I(vi); in ntfs_read_folio()
550 ni = NTFS_I(vi); in ntfs_write_block()
906 ntfs_inode *ni = NTFS_I(vi); in ntfs_write_mst_block()
1342 ntfs_inode *base_ni = NULL, *ni = NTFS_I(vi); in ntfs_writepage()
1555 ntfs_inode *ni = NTFS_I(mapping->host); in ntfs_bmap()
1715 ntfs_inode *ni = NTFS_I(mapping->host); in mark_ntfs_record_dirty()
H A 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 …]
H A Dquota.c38 ictx = ntfs_index_ctx_get(NTFS_I(vol->quota_q_ino)); in ntfs_mark_quotas_out_of_date()
H A Dfile.c322 ntfs_inode *ni = NTFS_I(vi); in ntfs_prepare_file_for_write()
596 ni = NTFS_I(vi); in ntfs_prepare_pages_for_non_resident_write()
1393 ni = NTFS_I(vi); in ntfs_commit_pages_after_non_resident_write()
1553 ni = NTFS_I(vi); in ntfs_commit_pages_after_write()
1725 ntfs_inode *ni = NTFS_I(vi); in ntfs_perform_write()
1962 if (!datasync || !NInoNonResident(NTFS_I(vi))) in ntfs_file_fsync()
H A Dlogfile.c715 ntfs_inode *log_ni = NTFS_I(log_vi); in ntfs_empty_logfile()
H A Dcompress.c467 ntfs_inode *ni = NTFS_I(mapping->host); in ntfs_read_compressed_block()
H A Ddir.c1092 ntfs_inode *ndir = NTFS_I(vdir); in ntfs_readdir()