Searched refs:allow_dups (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | fsnotify_backend.h | 448 int allow_dups, __kernel_fsid_t *fsid); 451 unsigned int type, int allow_dups, 457 int allow_dups) in fsnotify_add_inode_mark() argument 460 FSNOTIFY_OBJ_TYPE_INODE, allow_dups, NULL); in fsnotify_add_inode_mark() 464 int allow_dups) in fsnotify_add_inode_mark_locked() argument 467 FSNOTIFY_OBJ_TYPE_INODE, allow_dups, in fsnotify_add_inode_mark_locked()
|
| /Linux-v5.4/fs/notify/ |
| D | mark.c | 545 int allow_dups, __kernel_fsid_t *fsid) in fsnotify_add_mark_list() argument 603 !allow_dups) { in fsnotify_add_mark_list() 638 int allow_dups, __kernel_fsid_t *fsid) in fsnotify_add_mark_locked() argument 659 ret = fsnotify_add_mark_list(mark, connp, type, allow_dups, fsid); in fsnotify_add_mark_locked() 680 unsigned int type, int allow_dups, __kernel_fsid_t *fsid) in fsnotify_add_mark() argument 686 ret = fsnotify_add_mark_locked(mark, connp, type, allow_dups, fsid); in fsnotify_add_mark()
|
| /Linux-v5.4/drivers/edac/ |
| D | sb_edac.c | 2450 int allow_dups = 0; in sbridge_get_all_devices() local 2454 allow_dups = multi_bus = 1; in sbridge_get_all_devices() 2457 if (!allow_dups || i == 0 || in sbridge_get_all_devices() 2473 } while (pdev && !allow_dups); in sbridge_get_all_devices()
|