fd_usage          669 lib/vfs/direntry.c     super->fd_usage--;
fd_usage          670 lib/vfs/direntry.c     if (super->fd_usage == 0)
fd_usage          852 lib/vfs/direntry.c     return (VFS_SUPER (id)->fd_usage <= 0);
fd_usage         1399 lib/vfs/direntry.c     super->fd_usage++;
fd_usage           65 lib/vfs/xdirentry.h     int fd_usage;               /* Number of open files */
fd_usage         1103 src/vfs/extfs/extfs.c     VFS_SUPER (archive)->fd_usage++;
fd_usage         1146 src/vfs/extfs/extfs.c     if (--VFS_FILE_HANDLER_SUPER (fh)->fd_usage == 0)
fd_usage         1527 src/vfs/extfs/extfs.c     VFS_FILE_HANDLER_SUPER (fh)->fd_usage++;
fd_usage         1545 src/vfs/extfs/extfs.c         VFS_FILE_HANDLER_SUPER (fh)->fd_usage--;
fd_usage          166 src/vfs/sftpfs/sftpfs.c     super->fd_usage++;
fd_usage          497 src/vfs/sftpfs/sftpfs.c     super->fd_usage--;
fd_usage          498 src/vfs/sftpfs/sftpfs.c     if (super->fd_usage == 0)