Home
last modified time | relevance | path

Searched refs:run_lock (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/fs/ntfs3/
Dfrecord.c1912 struct rw_semaphore *run_lock; in ni_fiemap() local
1927 run_lock = &ni->dir.run_lock; in ni_fiemap()
1944 run_lock = &ni->file.run_lock; in ni_fiemap()
1961 down_read(run_lock); in ni_fiemap()
1976 up_read(run_lock); in ni_fiemap()
1977 down_write(run_lock); in ni_fiemap()
1983 up_write(run_lock); in ni_fiemap()
1984 down_read(run_lock); in ni_fiemap()
2076 up_read(run_lock); in ni_fiemap()
2254 down_read(&ni->file.run_lock); in ni_decompress_file()
[all …]
Dattrib.c902 down_read(&ni->file.run_lock); in attr_data_get_block()
905 up_read(&ni->file.run_lock); in attr_data_get_block()
919 down_write(&ni->file.run_lock); in attr_data_get_block()
1201 up_write(&ni->file.run_lock); in attr_data_get_block()
1418 down_write(&ni->file.run_lock); in attr_wof_frame_info()
1502 up_write(&ni->file.run_lock); in attr_wof_frame_info()
1883 down_write(&ni->file.run_lock); in attr_collapse_range()
2082 up_write(&ni->file.run_lock); in attr_collapse_range()
2157 down_write(&ni->file.run_lock); in attr_punch_hole()
2290 up_write(&ni->file.run_lock); in attr_punch_hole()
[all …]
Drecord.c128 rw_lock = &mft_ni->file.run_lock; in mi_read()
443 down_read(&ni->file.run_lock); in mi_format_new()
450 up_read(&ni->file.run_lock); in mi_format_new()
Dfile.c392 down_write(&ni->file.run_lock); in ntfs_truncate()
395 up_write(&ni->file.run_lock); in ntfs_truncate()
1137 down_write(&ni->file.run_lock); in ntfs_file_release()
1142 up_write(&ni->file.run_lock); in ntfs_file_release()
Dinode.c62 init_rwsem(&ni->file.run_lock); in ntfs_read_mft()
457 init_rwsem(&ni->file.run_lock); in ntfs_read_mft()
836 down_write(&ni->file.run_lock); in ntfs_set_size()
841 up_write(&ni->file.run_lock); in ntfs_set_size()
1610 init_rwsem(&ni->file.run_lock); in ntfs_create_inode()
Dfsntfs.c511 down_write(&ni->file.run_lock); in ntfs_extend_mft()
516 up_write(&ni->file.run_lock); in ntfs_extend_mft()
536 up_write(&ni->file.run_lock); in ntfs_extend_mft()
785 down_read(&ni->file.run_lock); in ntfs_clear_mft_tail()
802 up_read(&ni->file.run_lock); in ntfs_clear_mft_tail()
Dntfs_fs.h191 struct rw_semaphore run_lock; member
381 struct rw_semaphore run_lock; member
Dindex.c369 struct rw_semaphore *lock = &indx->run_lock; in scan_nres_bitmap()
918 init_rwsem(&indx->run_lock); in indx_init()
1043 struct rw_semaphore *lock = &indx->run_lock; in indx_read()