Searched refs:data_type (Results 1 – 8 of 8) sorted by relevance
/fs/notify/fanotify/ |
D | fanotify.c | 17 old->data_type == new->data_type && in should_merge() 19 switch (old->data_type) { in should_merge() 172 __u32 event_mask, void *data, int data_type) in fanotify_should_send_event() argument 179 inode_mark, vfsmnt_mark, event_mask, data, data_type); in fanotify_should_send_event() 182 if (data_type != FSNOTIFY_EVENT_PATH) in fanotify_should_send_event()
|
D | fanotify_user.c | 76 if (event->data_type != FSNOTIFY_EVENT_PATH) { in create_fd()
|
/fs/notify/inotify/ |
D | inotify_fsnotify.c | 44 (old->data_type == new->data_type) && in event_compare() 46 switch (old->data_type) { in event_compare() 148 __u32 mask, void *data, int data_type) in inotify_should_send_event() argument 151 (data_type == FSNOTIFY_EVENT_PATH)) { in inotify_should_send_event()
|
/fs/notify/ |
D | notification.c | 92 if (event->data_type == FSNOTIFY_EVENT_PATH) in fsnotify_put_event() 379 if (event->data_type == FSNOTIFY_EVENT_PATH) in fsnotify_clone_event() 398 int data_type, const unsigned char *name, in fsnotify_create_event() argument 408 __func__, event, to_tell, mask, data, data_type); in fsnotify_create_event() 424 event->data_type = data_type; in fsnotify_create_event() 426 switch (data_type) { in fsnotify_create_event()
|
/fs/befs/ |
D | befs_fs_types.h | 220 fs32 data_type; member 230 u32 data_type; member
|
D | btree.c | 154 sup->data_type = fs32_to_cpu(sb, od_sup->data_type); in befs_bt_read_super()
|
D | debug.c | 256 befs_debug(sb, " data_type %08x", fs32_to_cpu(sb, super->data_type)); in befs_dump_index_entry()
|
/fs/notify/dnotify/ |
D | dnotify.c | 134 __u32 mask, void *data, int data_type) in dnotify_should_send_event() argument
|