Searched refs:data_is (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/notify/ |
D | fsnotify.c | 188 int data_is, u32 cookie, in send_to_group() argument 229 data, data_is, cookie); in send_to_group() 234 return group->ops->handle_event(group, to_tell, mask, data, data_is, in send_to_group() 318 int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() argument 327 if (data_is == FSNOTIFY_EVENT_PATH) in fsnotify() 367 ret = send_to_group(to_tell, mask, data, data_is, cookie, in fsnotify()
|
/Linux-v4.19/include/linux/ |
D | fsnotify_backend.h | 333 extern int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, 470 static inline int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() argument
|