Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dsuper.c1294 int set_anon_super(struct super_block *s, void *data) in set_anon_super() function
1298 EXPORT_SYMBOL(set_anon_super);
1319 return set_anon_super(sb, NULL); in set_anon_super_fc()
1675 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1727 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
/openbmc/linux/fs/9p/
H A Dvfs_super.c43 return set_anon_super(s, data); in v9fs_set_super()
/openbmc/linux/fs/orangefs/
H A Dsuper.c518 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
/openbmc/linux/fs/ecryptfs/
H A Dmain.c508 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
/openbmc/linux/fs/afs/
H A Dsuper.c442 return set_anon_super(sb, NULL); in afs_set_super()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c53 int set_anon_super(struct super_block *s, void *data) in set_anon_super() function
2349 return set_anon_super(sb, NULL); in sb_set()
/openbmc/linux/fs/nfs/
H A Dsuper.c1146 ret = set_anon_super(s, server); in nfs_set_super()
/openbmc/linux/fs/smb/client/
H A Dcifsfs.c904 return set_anon_super(sb, NULL); in cifs_set_super()
/openbmc/linux/fs/btrfs/
H A Dsuper.c1356 int err = set_anon_super(s, data); in btrfs_set_super()
/openbmc/linux/fs/ubifs/
H A Dsuper.c2276 return set_anon_super(sb, NULL); in sb_set()
/openbmc/linux/include/linux/
H A Dfs.h2415 int set_anon_super(struct super_block *s, void *data);