Home
last modified time | relevance | path

Searched refs:allow_dups (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dfsnotify_backend.h420 int allow_dups);
423 int allow_dups);
427 int allow_dups) in fsnotify_add_inode_mark() argument
430 FSNOTIFY_OBJ_TYPE_INODE, allow_dups); in fsnotify_add_inode_mark()
434 int allow_dups) in fsnotify_add_inode_mark_locked() argument
437 FSNOTIFY_OBJ_TYPE_INODE, allow_dups); in fsnotify_add_inode_mark_locked()
/Linux-v4.19/fs/notify/
Dmark.c521 int allow_dups) in fsnotify_add_mark_list() argument
553 !allow_dups) { in fsnotify_add_mark_list()
583 int allow_dups) in fsnotify_add_mark_locked() argument
604 ret = fsnotify_add_mark_list(mark, connp, type, allow_dups); in fsnotify_add_mark_locked()
625 unsigned int type, int allow_dups) in fsnotify_add_mark() argument
631 ret = fsnotify_add_mark_locked(mark, connp, type, allow_dups); in fsnotify_add_mark()
/Linux-v4.19/drivers/edac/
Dsb_edac.c2365 int allow_dups = 0; in sbridge_get_all_devices() local
2369 allow_dups = multi_bus = 1; in sbridge_get_all_devices()
2372 if (!allow_dups || i == 0 || in sbridge_get_all_devices()
2388 } while (pdev && !allow_dups); in sbridge_get_all_devices()