taglinefilesource code
c_dev186fs/ncpfs/dir.cstatic kdev_t             c_dev = 0;
c_dev271fs/ncpfs/dir.cif ((inode->i_dev == c_dev) && (inode->i_ino == c_ino))
c_dev311fs/ncpfs/dir.cc_dev = 0;
c_dev320fs/ncpfs/dir.cc_dev  = inode->i_dev;
c_dev377fs/ncpfs/dir.cif (   (inode->i_dev != c_dev)
c_dev520fs/ncpfs/dir.cc_dev   = 0;
c_dev528fs/ncpfs/dir.cif ((ino->i_dev == c_dev) && (ino->i_ino == c_ino))
c_dev530fs/ncpfs/dir.cc_dev = 0;
c_dev839fs/ncpfs/dir.cif ((dir->i_dev == c_dev) && (dir->i_ino == c_ino))
c_dev112fs/nfs/dir.cstatic kdev_t c_dev = 0;
c_dev153fs/nfs/dir.cif (inode->i_dev == c_dev && inode->i_ino == c_ino) {
c_dev173fs/nfs/dir.cc_dev = 0;
c_dev177fs/nfs/dir.cc_dev = inode->i_dev;
c_dev193fs/nfs/dir.cif (inode->i_dev != c_dev)