F: kernel/workqueue.c
F: Documentation/core-api/workqueue.rst
+WRAP FILE SYSTEM
+M: Erez Zadok <ezk@cs.sunysb.edu>
+L: wrapfs@filesystems.org
+W: http://wrapfs.filesystems.org/
+T: git git://git.fsl.cs.sunysb.edu/wrapfs-latest.git
+S: Maintained
+F: Documentation/filesystems/wrapfs.txt
+F: fs/wrapfs/
+
+ X-POWERS AXP288 PMIC DRIVERS
+ M: Hans de Goede <hdegoede@redhat.com>
+ S: Maintained
+ N: axp288
+ F: drivers/acpi/pmic/intel_pmic_xpower.c
+
X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
M: Chen-Yu Tsai <wens@csie.org>
L: linux-kernel@vger.kernel.org
extern void done_path_create(struct path *, struct dentry *);
extern struct dentry *kern_path_locked(const char *, struct path *);
extern int kern_path_mountpoint(int, const char *, struct path *, unsigned int);
+extern int vfs_path_lookup(struct dentry *, struct vfsmount *,
+ const char *, unsigned int, struct path *);
+ extern struct dentry *try_lookup_one_len(const char *, struct dentry *, int);
extern struct dentry *lookup_one_len(const char *, struct dentry *, int);
extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);