taglinefilesource code
c_dev186fs/ncpfs/dir.cstatic kdev_t             c_dev = 0;
c_dev250fs/ncpfs/dir.cif ((inode->i_dev == c_dev) && (inode->i_ino == c_ino))
c_dev289fs/ncpfs/dir.cc_dev = 0;
c_dev297fs/ncpfs/dir.cc_dev  = inode->i_dev;
c_dev354fs/ncpfs/dir.cif (   (inode->i_dev != c_dev)
c_dev495fs/ncpfs/dir.cc_dev   = 0;
c_dev503fs/ncpfs/dir.cif ((ino->i_dev == c_dev) && (ino->i_ino == c_ino))
c_dev505fs/ncpfs/dir.cc_dev = 0;
c_dev813fs/ncpfs/dir.cif ((dir->i_dev == c_dev) && (dir->i_ino == c_ino))
c_dev93fs/nfs/dir.cstatic kdev_t c_dev = 0;
c_dev132fs/nfs/dir.cif (inode->i_dev == c_dev && inode->i_ino == c_ino) {
c_dev152fs/nfs/dir.cc_dev = 0;
c_dev156fs/nfs/dir.cc_dev = inode->i_dev;
c_dev172fs/nfs/dir.cif (inode->i_dev != c_dev)