fsnotify.h (fa41d6ee904266fa8739cafa6ec038c3a8e435b7) | fsnotify.h (4a0b20be60bf387a1e4f989ff9953c0d1e0858aa) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __FS_NOTIFY_FSNOTIFY_H_ 3#define __FS_NOTIFY_FSNOTIFY_H_ 4 5#include <linux/list.h> 6#include <linux/fsnotify.h> 7#include <linux/srcu.h> 8#include <linux/types.h> --- 51 unchanged lines hidden (view full) --- 60 * about events that happen to its children. 61 */ 62extern void __fsnotify_update_child_dentry_flags(struct inode *inode); 63 64/* allocate and destroy and event holder to attach events to notification/access queues */ 65extern struct fsnotify_event_holder *fsnotify_alloc_event_holder(void); 66extern void fsnotify_destroy_event_holder(struct fsnotify_event_holder *holder); 67 | 1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __FS_NOTIFY_FSNOTIFY_H_ 3#define __FS_NOTIFY_FSNOTIFY_H_ 4 5#include <linux/list.h> 6#include <linux/fsnotify.h> 7#include <linux/srcu.h> 8#include <linux/types.h> --- 51 unchanged lines hidden (view full) --- 60 * about events that happen to its children. 61 */ 62extern void __fsnotify_update_child_dentry_flags(struct inode *inode); 63 64/* allocate and destroy and event holder to attach events to notification/access queues */ 65extern struct fsnotify_event_holder *fsnotify_alloc_event_holder(void); 66extern void fsnotify_destroy_event_holder(struct fsnotify_event_holder *holder); 67 |
68extern struct kmem_cache *fsnotify_mark_connector_cachep; 69 |
|
68#endif /* __FS_NOTIFY_FSNOTIFY_H_ */ | 70#endif /* __FS_NOTIFY_FSNOTIFY_H_ */ |