Home
last modified time | relevance | path

Searched refs:wr_opened_cnt (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dinode.h128 atomic_t wr_opened_cnt; member
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()
Dmain.c302 atomic_set(&gi->wr_opened_cnt, 0); in hmdfs_alloc_inode()