HomeSort by: relevance | last modified time | path
    Searched refs:iput (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/newfs_ext2fs/
mke2fs.c 134 static void iput(struct ext2fs_dinode *, ino_t);
976 iput(&node, EXT2_LOSTFOUNDINO);
1007 iput(&node, EXT2_ROOTINO);
1246 iput(&node, EXT2_RESIZEINO);
1319 * void iput(struct ext2fs_dinode *ip, ino_t ino)
1324 iput(struct ext2fs_dinode *ip, ino_t ino) function in typeref:typename:void
  /src/sbin/newfs/
mkfs.c 116 static void iput(union dinode *, ino_t);
1120 iput(&node, LOSTFOUNDINO);
1178 iput(&node, UFS_ROOTINO);
1261 iput(&node, nextino);
1360 iput(union dinode *ip, ino_t ino) function in typeref:typename:void
  /src/sys/external/bsd/drm2/dist/drm/
drm_drv.c 558 * frees it again. You are allowed to use iget() and iput() to get references to
560 * drm_fs_inode_free() call (which does not have to be the last iput()).
564 * iput(), but this way you'd end up with a new vfsmount for each inode.
603 iput(inode);

Completed in 14 milliseconds