Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dfrecord.c1898 struct rw_semaphore *run_lock; in ni_fiemap() local
1913 run_lock = &ni->dir.run_lock; in ni_fiemap()
1930 run_lock = &ni->file.run_lock; in ni_fiemap()
1947 down_read(run_lock); in ni_fiemap()
1962 up_read(run_lock); in ni_fiemap()
1963 down_write(run_lock); in ni_fiemap()
1969 up_write(run_lock); in ni_fiemap()
1970 down_read(run_lock); in ni_fiemap()
2062 up_read(run_lock); in ni_fiemap()
2240 down_read(&ni->file.run_lock); in ni_decompress_file()
[all …]
Dattrib.c899 down_read(&ni->file.run_lock); in attr_data_get_block()
901 up_read(&ni->file.run_lock); in attr_data_get_block()
918 down_write(&ni->file.run_lock); in attr_data_get_block()
1132 up_write(&ni->file.run_lock); in attr_data_get_block()
1328 down_write(&ni->file.run_lock); in attr_wof_frame_info()
1412 up_write(&ni->file.run_lock); in attr_wof_frame_info()
1794 down_write(&ni->file.run_lock); in attr_collapse_range()
1988 up_write(&ni->file.run_lock); in attr_collapse_range()
2063 down_write(&ni->file.run_lock); in attr_punch_hole()
2196 up_write(&ni->file.run_lock); in attr_punch_hole()
[all …]
Drecord.c128 rw_lock = &mft_ni->file.run_lock; in mi_read()
384 down_read(&ni->file.run_lock); in mi_format_new()
391 up_read(&ni->file.run_lock); in mi_format_new()
Dfile.c493 down_write(&ni->file.run_lock); in ntfs_truncate()
496 up_write(&ni->file.run_lock); in ntfs_truncate()
1219 down_write(&ni->file.run_lock); in ntfs_file_release()
1224 up_write(&ni->file.run_lock); in ntfs_file_release()
Dinode.c61 init_rwsem(&ni->file.run_lock); in ntfs_read_mft()
425 init_rwsem(&ni->file.run_lock); in ntfs_read_mft()
815 down_write(&ni->file.run_lock); in ntfs_set_size()
820 up_write(&ni->file.run_lock); in ntfs_set_size()
1573 init_rwsem(&ni->file.run_lock); in ntfs_create_inode()
Dfsntfs.c482 down_write(&ni->file.run_lock); in ntfs_extend_mft()
487 up_write(&ni->file.run_lock); in ntfs_extend_mft()
507 up_write(&ni->file.run_lock); in ntfs_extend_mft()
756 down_read(&ni->file.run_lock); in ntfs_clear_mft_tail()
773 up_read(&ni->file.run_lock); in ntfs_clear_mft_tail()
Dntfs_fs.h185 struct rw_semaphore run_lock; member
372 struct rw_semaphore run_lock; member
Dindex.c369 struct rw_semaphore *lock = &indx->run_lock; in scan_nres_bitmap()
854 init_rwsem(&indx->run_lock); in indx_init()
962 struct rw_semaphore *lock = &indx->run_lock; in indx_read()