Searched refs:i_opencnt (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Daffs_fs_i.h26 u32 i_opencnt; member in struct:affs_inode_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Daffs_fs_i.h26 u32 i_opencnt; member in struct:affs_inode_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dfile.c67 pr_debug("AFFS: open(%d)\n", AFFS_INODE->i_opencnt);
68 AFFS_INODE->i_opencnt++;
77 pr_debug("AFFS: release(%d)\n", AFFS_INODE->i_opencnt);
78 AFFS_INODE->i_opencnt--;
79 if (!AFFS_INODE->i_opencnt)

Completed in 40 milliseconds