Searched refs:allow_dups (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fsnotify_backend.h | 524 int allow_dups, __kernel_fsid_t *fsid); 527 unsigned int type, int allow_dups, 533 int allow_dups) in fsnotify_add_inode_mark() 536 FSNOTIFY_OBJ_TYPE_INODE, allow_dups, NULL); in fsnotify_add_inode_mark() 540 int allow_dups) in fsnotify_add_inode_mark_locked() 543 FSNOTIFY_OBJ_TYPE_INODE, allow_dups, in fsnotify_add_inode_mark_locked() 531 fsnotify_add_inode_mark(struct fsnotify_mark *mark, struct inode *inode, int allow_dups) fsnotify_add_inode_mark() argument 538 fsnotify_add_inode_mark_locked(struct fsnotify_mark *mark, struct inode *inode, int allow_dups) fsnotify_add_inode_mark_locked() argument
|
/kernel/linux/linux-5.10/fs/notify/ |
H A D | mark.c | 549 int allow_dups, __kernel_fsid_t *fsid) in fsnotify_add_mark_list() 607 !allow_dups) { in fsnotify_add_mark_list() 642 int allow_dups, __kernel_fsid_t *fsid) in fsnotify_add_mark_locked() 663 ret = fsnotify_add_mark_list(mark, connp, type, allow_dups, fsid); in fsnotify_add_mark_locked() 684 unsigned int type, int allow_dups, __kernel_fsid_t *fsid) in fsnotify_add_mark() 690 ret = fsnotify_add_mark_locked(mark, connp, type, allow_dups, fsid); in fsnotify_add_mark() 547 fsnotify_add_mark_list(struct fsnotify_mark *mark, fsnotify_connp_t *connp, unsigned int type, int allow_dups, __kernel_fsid_t *fsid) fsnotify_add_mark_list() argument 640 fsnotify_add_mark_locked(struct fsnotify_mark *mark, fsnotify_connp_t *connp, unsigned int type, int allow_dups, __kernel_fsid_t *fsid) fsnotify_add_mark_locked() argument 683 fsnotify_add_mark(struct fsnotify_mark *mark, fsnotify_connp_t *connp, unsigned int type, int allow_dups, __kernel_fsid_t *fsid) fsnotify_add_mark() argument
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | sb_edac.c | 2577 int allow_dups = 0; in sbridge_get_all_devices() local 2581 allow_dups = multi_bus = 1; in sbridge_get_all_devices() 2584 if (!allow_dups || i == 0 || in sbridge_get_all_devices() 2600 } while (pdev && !allow_dups); in sbridge_get_all_devices()
|
Completed in 12 milliseconds