Searched refs:no_notify (Results 1 – 4 of 4) sorted by relevance
/third_party/libfuse/example/ |
D | invalidate_path.c | 58 int no_notify; member 62 .no_notify = 0, 68 OPTION("--no-notify", no_notify), 193 if (!options.no_notify) { in update_fs_loop()
|
D | notify_inval_entry.c | 102 int no_notify; member 109 .no_notify = 0, 117 OPTION("--no-notify", no_notify), 264 if (!options.no_notify && lookup_cnt) { in update_fs_loop()
|
D | notify_inval_inode.c | 88 int no_notify; member 92 .no_notify = 0, 99 OPTION("--no-notify", no_notify), 268 if (!options.no_notify && lookup_cnt) { in update_fs_loop()
|
D | notify_store_retrieve.c | 91 int no_notify; member 95 .no_notify = 0, 102 OPTION("--no-notify", no_notify), 301 if (!options.no_notify && lookup_cnt) { in update_fs_loop()
|