Home
last modified time | relevance | path

Searched refs:wr_opened_cnt (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode.h125 * wr_opened_cnt to track possibly multiple writeable-open.
128 atomic_t wr_opened_cnt; member
H A Dfile_remote.c301 if (atomic_dec_and_test(&info->wr_opened_cnt)) in hmdfs_remote_del_wr_opened_inode_nolock()
317 atomic_set(&info->wr_opened_cnt, 1); in hmdfs_remote_add_wr_opened_inode_nolock()
321 atomic_inc(&info->wr_opened_cnt); in hmdfs_remote_add_wr_opened_inode_nolock()
H A Dmain.c324 atomic_set(&gi->wr_opened_cnt, 0); in hmdfs_alloc_inode()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode.h125 * wr_opened_cnt to track possibly multiple writeable-open.
128 atomic_t wr_opened_cnt; member
H A Dfile_remote.c301 if (atomic_dec_and_test(&info->wr_opened_cnt)) in hmdfs_remote_del_wr_opened_inode_nolock()
317 atomic_set(&info->wr_opened_cnt, 1); in hmdfs_remote_add_wr_opened_inode_nolock()
321 atomic_inc(&info->wr_opened_cnt); in hmdfs_remote_add_wr_opened_inode_nolock()
H A Dmain.c324 atomic_set(&gi->wr_opened_cnt, 0); in hmdfs_alloc_inode()

Completed in 9 milliseconds