Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c754 changeino(fsck_ino_t dir, char *name, fsck_ino_t newnum) in changeino() argument
764 idesc.id_parent = newnum; /* new value for name */ in changeino()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c3354 newnum(void) in newnum() function
3356 static uint_t newnum = 0; in newnum() local
3360 if (newnum == 0) in newnum()
3361 newnum = gethrestime_sec() & 0xffff; in newnum()
3362 id = newnum++; in newnum()
3375 id = newnum(); in newname()
H A Dnfs3_vnops.c2435 verfp->nseconds = newnum(); in nfs3create()
H A Dnfs4_vnops.c955 verf.nseconds = newnum(); in nfs4open_otw()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs.h913 extern int newnum(void);
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c10041 static uint_t newnum = 0; in cachefs_newname() local
10047 if (newnum == 0) { in cachefs_newname()
10048 newnum = gethrestime_sec() & 0xfffff; in cachefs_newname()
10049 newnum |= 0x10000; in cachefs_newname()
10051 id = newnum++; in cachefs_newname()