Searched refs:i_usecount (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_inode.h58 int i_usecount; member in struct:ntnode
H A Dntfs_subr.c360 ip->i_number, ip, ip->i_usecount));
363 ip->i_usecount++;
391 ino, ip, ip->i_usecount));
422 ino, ip, ip->i_usecount));
440 ip->i_number, ip, ip->i_usecount));
443 ip->i_usecount--;
446 if (ip->i_usecount < 0) {
448 ip->i_number,ip->i_usecount);
452 if (ip->i_usecount > 0) {
483 ip->i_usecount
[all...]

Completed in 108 milliseconds