Searched refs:watched (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_misc.c | 94 struct obd_device *watched, in cl_ocd_update() argument 102 if (!strcmp(watched->obd_type->typ_name, LUSTRE_OSC_NAME)) { in cl_ocd_update() 103 cli = &watched->u.cli; in cl_ocd_update() 118 watched->obd_type->typ_name, in cl_ocd_update() 119 watched->obd_name); in cl_ocd_update()
|
/linux-4.1.27/fs/notify/ |
D | fsnotify.c | 55 int watched; in __fsnotify_update_child_dentry_flags() local 61 watched = fsnotify_inode_watches_children(inode); in __fsnotify_update_child_dentry_flags() 78 if (watched) in __fsnotify_update_child_dentry_flags()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 117 static int lov_notify(struct obd_device *obd, struct obd_device *watched, 436 static int lov_notify(struct obd_device *obd, struct obd_device *watched, in lov_notify() argument 452 LASSERT(watched); in lov_notify() 454 if (strcmp(watched->obd_type->typ_name, LUSTRE_OSC_NAME)) { in lov_notify() 457 watched->obd_type->typ_name, in lov_notify() 458 watched->obd_name); in lov_notify() 461 uuid = &watched->u.cli.cl_target_uuid; in lov_notify() 478 if (watched) { in lov_notify() 479 rc = obd_notify_observer(obd, watched, ev, data); in lov_notify()
|
/linux-4.1.27/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.1.27/Documentation/filesystems/ |
D | inotify.txt | 13 the watched object?
|
D | proc.txt | 1747 'events' is events mask being watched and the 'data' is data
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lclient.h | 392 struct obd_device *watched,
|
D | obd.h | 778 int (*onu_upcall)(struct obd_device *host, struct obd_device *watched, 1201 int (*o_notify)(struct obd_device *obd, struct obd_device *watched,
|
D | obd_class.h | 1295 struct obd_device *watched, in obd_notify() argument 1320 rc = OBP(obd, notify)(obd, watched, ev, data); in obd_notify()
|