Searched refs:snotify_flags (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/util/
H A Dinotify.h37 * If snotify_flags includes SNOTIFY_WATCH_DIR, also the parent directory
50 uint16_t snotify_flags,
58 #define snotify_create(mem_ctx, ev, snotify_flags, filename, delay, mask, fn, pvt) \
59 _snotify_create(mem_ctx, ev, snotify_flags, filename, delay, mask, fn, #fn, pvt);
H A Dinotify.c82 uint16_t snotify_flags; member in struct:snotify_ctx
462 if (ret != ENOENT || (!(snctx->snotify_flags & SNOTIFY_WATCH_DIR))) {
471 if (snctx->snotify_flags & SNOTIFY_WATCH_DIR) {
511 uint16_t snotify_flags,
528 snctx->snotify_flags = snotify_flags;
557 snotify_flags,
509 _snotify_create(TALLOC_CTX *mem_ctx, struct tevent_context *ev, uint16_t snotify_flags, const char *filename, struct timeval *delay, uint32_t mask, snotify_cb_fn fn, const char *fn_name, void *pvt) argument

Completed in 7 milliseconds