taglinefilesource code
s_mounted129fs/ext/inode.cif (!(s->s_mounted = iget(s,EXT_ROOT_INO))) {
s_mounted586fs/ext2/super.cif (!(sb->s_mounted = iget (sb, EXT2_ROOT_INO))) {
s_mounted309fs/fat/inode.cif (!(sb->s_mounted = iget(sb,MSDOS_ROOT_INO))) {
s_mounted489fs/hpfs/hpfs_fs.cs->s_mounted = iget(s, s->s_hpfs_root);
s_mounted492fs/hpfs/hpfs_fs.cif (!s->s_mounted) {
s_mounted505fs/hpfs/hpfs_fs.cde = map_dirent(s->s_mounted, root_dno, "\001\001", 2, &qbh);
s_mounted514fs/hpfs/hpfs_fs.cs->s_mounted->i_atime = local_to_gmt(de->read_date);
s_mounted515fs/hpfs/hpfs_fs.cs->s_mounted->i_mtime = local_to_gmt(de->write_date);
s_mounted516fs/hpfs/hpfs_fs.cs->s_mounted->i_ctime = local_to_gmt(de->creation_date);
s_mounted379fs/isofs/inode.cs->s_mounted = iget(s, isonum_733 (rootp->extent) << s -> u.isofs_sb.s_log_zone_size);
s_mounted382fs/isofs/inode.cif (!(s->s_mounted)) {
s_mounted218fs/minix/inode.cs->s_mounted = iget(s,MINIX_ROOT_INO);
s_mounted219fs/minix/inode.cif (!s->s_mounted) {
s_mounted168fs/namei.c} else if ((sb = dir->i_sb) && (dir == sb->s_mounted)) {
s_mounted298fs/ncpfs/inode.cif (!(sb->s_mounted = iget(sb, (int)&(server->root))))
s_mounted169fs/nfs/inode.cif (!(sb->s_mounted = nfs_fhget(sb, &data->root, NULL))) {
s_mounted108fs/proc/inode.cif (!(s->s_mounted = proc_get_inode(s, PROC_ROOT_INO, &proc_root))) {
s_mounted113fs/proc/inode.cparse_options(data, &s->s_mounted->i_uid, &s->s_mounted->i_gid);
s_mounted290fs/smbfs/inode.cif (!(sb->s_mounted = iget(sb, (int)&(server->root)))) {
s_mounted506fs/super.cif (!fs_may_umount(dev, sb->s_mounted))
s_mounted511fs/super.ciput(sb->s_mounted);
s_mounted512fs/super.csb->s_mounted = NULL;
s_mounted553fs/super.cif (!inode->i_sb || inode != inode->i_sb->s_mounted) {
s_mounted624fs/super.cdir_i->i_mount = sb->s_mounted;
s_mounted664fs/super.cif (dir_i != dir_i->i_sb->s_mounted) {
s_mounted819fs/super.cinode = sb->s_mounted;
s_mounted869fs/super.cinode = sb->s_mounted;
s_mounted484fs/sysv/inode.csb->s_mounted = iget(sb,SYSV_ROOT_INO);
s_mounted486fs/sysv/inode.cif (!sb->s_mounted) {
s_mounted106fs/umsdos/dir.c,dir->i_sb->s_mounted->i_ino) == 0){
s_mounted110fs/umsdos/dir.c|| (dir != dir->i_sb->s_mounted && filp->f_pos == 32)){
s_mounted571fs/umsdos/dir.cwhile (dir != dir->i_sb->s_mounted){
s_mounted634fs/umsdos/dir.cif (pseudo_root != NULL && dir == pseudo_root->i_sb->s_mounted){
s_mounted657fs/umsdos/dir.c&& *result != dir->i_sb->s_mounted
s_mounted670fs/umsdos/dir.c*result = dir->i_sb->s_mounted;
s_mounted757fs/umsdos/dir.cdir = hlink->i_sb->s_mounted;
s_mounted288fs/umsdos/inode.cif (inode == inode->i_sb->s_mounted){
s_mounted410fs/umsdos/inode.cPRINTK (("umsdos_read_super %p\n",sb->s_mounted));
s_mounted411fs/umsdos/inode.cumsdos_setup_dir_inode (sb->s_mounted);
s_mounted447fs/umsdos/inode.cif (umsdos_real_lookup (sb->s_mounted,UMSDOS_PSDROOT_NAME
s_mounted73fs/umsdos/rdir.c&& dir == dir->i_sb->s_mounted
s_mounted74fs/umsdos/rdir.c&& dir == pseudo_root->i_sb->s_mounted;
s_mounted96fs/umsdos/rdir.c&& dir == dir->i_sb->s_mounted
s_mounted97fs/umsdos/rdir.c&& dir == pseudo_root->i_sb->s_mounted){
s_mounted150fs/xiafs/inode.cs->s_mounted = iget(s, _XIAFS_ROOT_INO);
s_mounted151fs/xiafs/inode.cif (!s->s_mounted) 
s_mounted379include/linux/fs.hstruct inode * s_mounted;