Searched refs:last_ino (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dinode.c523 static unsigned int last_ino; local
534 inode->i_ino = ++last_ino;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dvfs.c963 static ino_t last_ino; local
980 || (last_ino == inode->i_ino && last_dev == inode->i_sb->s_dev)) {
991 last_ino = inode->i_ino;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunsvdir.c212 ino_t last_ino = last_ino; /* for gcc */ local
275 || s.st_ino != last_ino || s.st_dev != last_dev
281 last_ino = s.st_ino;

Completed in 61 milliseconds