taglinefilesource code
s_mounted120fs/ext/inode.cif (!(s->s_mounted = iget(s,EXT_ROOT_INO))) {
s_mounted561fs/ext2/super.cif (!(sb->s_mounted = iget (sb, EXT2_ROOT_INO))) {
s_mounted479fs/hpfs/hpfs_fs.cs->s_mounted = iget(s, s->s_hpfs_root);
s_mounted482fs/hpfs/hpfs_fs.cif (!s->s_mounted) {
s_mounted494fs/hpfs/hpfs_fs.cde = map_dirent(s->s_mounted, root_dno, "\001\001", 2, &qbh);
s_mounted502fs/hpfs/hpfs_fs.cs->s_mounted->i_atime = local_to_gmt(de->read_date);
s_mounted503fs/hpfs/hpfs_fs.cs->s_mounted->i_mtime = local_to_gmt(de->write_date);
s_mounted504fs/hpfs/hpfs_fs.cs->s_mounted->i_ctime = local_to_gmt(de->creation_date);
s_mounted265fs/isofs/inode.cs->s_mounted = iget(s, isonum_733 (rootp->extent) << ISOFS_BLOCK_BITS);
s_mounted268fs/isofs/inode.cif (!(s->s_mounted)) {
s_mounted191fs/minix/inode.cs->s_mounted = iget(s,MINIX_ROOT_INO);
s_mounted192fs/minix/inode.cif (!s->s_mounted) {
s_mounted253fs/msdos/inode.cif (!(s->s_mounted = iget(s,MSDOS_ROOT_INO))) {
s_mounted109fs/namei.c} else if ((sb = dir->i_sb) && (dir == sb->s_mounted)) {
s_mounted121fs/nfs/inode.cif (!(sb->s_mounted = nfs_fhget(sb, &data->root, NULL))) {
s_mounted53fs/proc/inode.cif (!(s->s_mounted = iget(s,PROC_ROOT_INO))) {
s_mounted354fs/super.cif (!fs_may_umount(dev, sb->s_mounted))
s_mounted359fs/super.ciput(sb->s_mounted);
s_mounted360fs/super.csb->s_mounted = NULL;
s_mounted401fs/super.cif (!inode || !inode->i_sb || inode != inode->i_sb->s_mounted) {
s_mounted466fs/super.cdir_i->i_mount = sb->s_mounted;
s_mounted503fs/super.cif (dir_i != dir_i->i_sb->s_mounted) {
s_mounted653fs/super.cinode = sb->s_mounted;
s_mounted330fs/sysv/inode.csb->s_mounted = iget(sb,SYSV_ROOT_INO);
s_mounted332fs/sysv/inode.cif (!sb->s_mounted) {
s_mounted140fs/xiafs/inode.cs->s_mounted = iget(s, _XIAFS_ROOT_INO);
s_mounted141fs/xiafs/inode.cif (!s->s_mounted) 
s_mounted257include/linux/fs.hstruct inode * s_mounted;