Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
Dinternal.h113 struct super_block *user_get_super(dev_t, bool excl);
Dstatfs.c238 struct super_block *s = user_get_super(dev, false); in vfs_ustat()
Dsuper.c1047 struct super_block *user_get_super(dev_t dev, bool excl) in user_get_super() function
/Linux-v6.6/fs/quota/
Dquota.c890 sb = user_get_super(dev, excl); in quotactl_block()