Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dlibfs.c240 struct dentry *mount_pseudo_xattr(struct file_system_type *fs_type, char *name, in mount_pseudo_xattr() function
287 EXPORT_SYMBOL(mount_pseudo_xattr);
/Linux-v4.19/include/linux/
Dfs.h2187 extern struct dentry *mount_pseudo_xattr(struct file_system_type *, char *,
2198 return mount_pseudo_xattr(fs_type, name, ops, NULL, dops, magic); in mount_pseudo()
/Linux-v4.19/net/
Dsocket.c357 return mount_pseudo_xattr(fs_type, "socket:", &sockfs_ops, in sockfs_mount()