Home
last modified time | relevance | path

Searched refs:sock_mnt (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/
Dsocket.c301 static struct vfsmount *sock_mnt; variable
353 file->f_dentry = d_alloc(sock_mnt->mnt_sb->s_root, &this); in sock_map_fd()
362 file->f_vfsmnt = mntget(sock_mnt); in sock_map_fd()
439 inode = new_inode(sock_mnt->mnt_sb); in sock_alloc()
1711 sock_mnt = kern_mount(&sock_fs_type); in sock_init()