Searched refs:last_dev (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Drunsvdir.c211 dev_t last_dev = last_dev; /* for gcc */ local
275 || s.st_ino != last_ino || s.st_dev != last_dev
280 last_dev = s.st_dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c971 static dev_t last_dev; local
975 || (last_ino == inode->i_ino && last_dev == inode->i_sb->s_dev)) {
986 last_dev = inode->i_sb->s_dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c3119 int first_dev, last_dev; local
3163 last_dev = 0;
3181 if (last_dev) {
3195 last_dev = 1;

Completed in 176 milliseconds