Searched refs:mount_pseudo_xattr (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/ |
D | libfs.c | 240 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/ |
D | fs.h | 2187 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/ |
D | socket.c | 357 return mount_pseudo_xattr(fs_type, "socket:", &sockfs_ops, in sockfs_mount()
|