Searched refs:watched (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_misc.c | 93 struct obd_device *watched, in cl_ocd_update() argument 101 if (!strcmp(watched->obd_type->typ_name, LUSTRE_OSC_NAME)) { in cl_ocd_update() 102 cli = &watched->u.cli; in cl_ocd_update() 117 watched->obd_type->typ_name, in cl_ocd_update() 118 watched->obd_name); in cl_ocd_update()
|
/linux-4.4.14/fs/notify/ |
D | fsnotify.c | 54 int watched; in __fsnotify_update_child_dentry_flags() local 60 watched = fsnotify_inode_watches_children(inode); in __fsnotify_update_child_dentry_flags() 77 if (watched) in __fsnotify_update_child_dentry_flags()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 122 static int lov_notify(struct obd_device *obd, struct obd_device *watched, 424 static int lov_notify(struct obd_device *obd, struct obd_device *watched, in lov_notify() argument 440 LASSERT(watched); in lov_notify() 442 if (strcmp(watched->obd_type->typ_name, LUSTRE_OSC_NAME)) { in lov_notify() 445 watched->obd_type->typ_name, in lov_notify() 446 watched->obd_name); in lov_notify() 449 uuid = &watched->u.cli.cl_target_uuid; in lov_notify() 466 if (watched) { in lov_notify() 467 rc = obd_notify_observer(obd, watched, ev, data); in lov_notify()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 138 static int lmv_notify(struct obd_device *obd, struct obd_device *watched, in lmv_notify() argument 146 if (strcmp(watched->obd_type->typ_name, LUSTRE_MDC_NAME)) { in lmv_notify() 148 watched->obd_type->typ_name, in lmv_notify() 149 watched->obd_name); in lmv_notify() 153 uuid = &watched->u.cli.cl_target_uuid; in lmv_notify() 168 conn_data = &watched->u.cli.cl_import->imp_connect_data; in lmv_notify() 188 rc = obd_notify(obd->obd_observer, watched, ev, data); in lmv_notify()
|
/linux-4.4.14/Documentation/filesystems/ |
D | inotify.txt | 13 the watched object?
|
D | proc.txt | 1764 'events' is events mask being watched and the 'data' is data
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lclient.h | 366 struct obd_device *watched,
|
D | obd.h | 687 int (*onu_upcall)(struct obd_device *host, struct obd_device *watched, 1062 int (*o_notify)(struct obd_device *obd, struct obd_device *watched,
|
D | obd_class.h | 1197 struct obd_device *watched, in obd_notify() argument 1222 rc = OBP(obd, notify)(obd, watched, ev, data); in obd_notify()
|