Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jffs2/
DTODO36 2. get_sb()->build_fs()->scan() path... Why get_sb() removes scan()'s crap in
/Linux-v4.19/security/
Dinode.c56 static struct dentry *get_sb(struct file_system_type *fs_type, in get_sb() function
66 .mount = get_sb,
/Linux-v4.19/Documentation/filesystems/
Dporting45 Change of file_system_type method (->read_super to ->get_sb)
63 Replace DECLARE_FSTYPE... with explicit initializer and have ->get_sb set as
125 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