Home
last modified time | relevance | path

Searched refs:opencnt (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/hfsplus/
Dinode.c221 atomic_inc(&HFSPLUS_I(inode)->opencnt); in hfsplus_file_open()
231 if (atomic_dec_and_test(&HFSPLUS_I(inode)->opencnt)) { in hfsplus_file_release()
366 atomic_set(&hip->opencnt, 0); in hfsplus_new_inode()
Ddir.c373 atomic_read(&HFSPLUS_I(inode)->opencnt)) { in hfsplus_unlink()
396 if (!atomic_read(&HFSPLUS_I(inode)->opencnt)) { in hfsplus_unlink()
Dhfsplus_fs.h211 atomic_t opencnt; member
Dsuper.c75 atomic_set(&HFSPLUS_I(inode)->opencnt, 0); in hfsplus_iget()
/linux-4.19.296/fs/hfs/
Dhfs_fs.h62 atomic_t opencnt; member
Dinode.c570 atomic_inc(&HFS_I(inode)->opencnt); in hfs_file_open()
580 if (atomic_dec_and_test(&HFS_I(inode)->opencnt)) { in hfs_file_release()