Searched refs:get_sb (Results 1 – 3 of 3) sorted by relevance
36 2. get_sb()->build_fs()->scan() path... Why get_sb() removes scan()'s crap in
56 static struct dentry *get_sb(struct file_system_type *fs_type, in get_sb() function66 .mount = get_sb,
45 Change of file_system_type method (->read_super to ->get_sb)63 Replace DECLARE_FSTYPE... with explicit initializer and have ->get_sb set as125 FS_SINGLE is gone (actually, that had happened back when ->get_sb()127 (and see ->get_sb() entry for other actions).398 ->get_sb() is gone. Switch to use of ->mount(). Typically it's just