Searched refs:allow_dups (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | fsnotify_backend.h | 530 int allow_dups, __kernel_fsid_t *fsid); 533 unsigned int type, int allow_dups, 539 int allow_dups) in fsnotify_add_inode_mark() argument 542 FSNOTIFY_OBJ_TYPE_INODE, allow_dups, NULL); in fsnotify_add_inode_mark() 546 int allow_dups) in fsnotify_add_inode_mark_locked() argument 549 FSNOTIFY_OBJ_TYPE_INODE, allow_dups, in fsnotify_add_inode_mark_locked()
|
| /Linux-v5.15/fs/notify/ |
| D | mark.c | 576 int allow_dups, __kernel_fsid_t *fsid) in fsnotify_add_mark_list() argument 634 !allow_dups) { in fsnotify_add_mark_list() 669 int allow_dups, __kernel_fsid_t *fsid) in fsnotify_add_mark_locked() argument 689 ret = fsnotify_add_mark_list(mark, connp, type, allow_dups, fsid); in fsnotify_add_mark_locked() 709 unsigned int type, int allow_dups, __kernel_fsid_t *fsid) in fsnotify_add_mark() argument 715 ret = fsnotify_add_mark_locked(mark, connp, type, allow_dups, fsid); in fsnotify_add_mark()
|
| /Linux-v5.15/drivers/edac/ |
| D | sb_edac.c | 2448 int allow_dups = 0; in sbridge_get_all_devices() local 2452 allow_dups = multi_bus = 1; in sbridge_get_all_devices() 2455 if (!allow_dups || i == 0 || in sbridge_get_all_devices() 2471 } while (pdev && !allow_dups); in sbridge_get_all_devices()
|