taglinefilesource code
c_dev190fs/ncpfs/dir.cstatic kdev_t             c_dev = 0;
c_dev254fs/ncpfs/dir.cif ((inode->i_dev == c_dev) && (inode->i_ino == c_ino))
c_dev293fs/ncpfs/dir.cc_dev = 0;
c_dev301fs/ncpfs/dir.cc_dev  = inode->i_dev;
c_dev359fs/ncpfs/dir.cif (   (inode->i_dev != c_dev)
c_dev500fs/ncpfs/dir.cc_dev   = 0;
c_dev508fs/ncpfs/dir.cif ((ino->i_dev == c_dev) && (ino->i_ino == c_ino))
c_dev510fs/ncpfs/dir.cc_dev = 0;
c_dev818fs/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)