Lines Matching full:paths
269 * of emanating paths. Protected by the epmutex.
976 * These are the number paths of length 1 to 5, that we are allowing to emanate
977 * from a single file of interest. For example, we allow 1000 paths of length
979 * potential wakeup paths, which need to be limited in order to avoid massive
984 * and delete can't add additional paths. Protected by the epmutex.
991 /* Allow an arbitrary number of depth 1 paths */ in path_count_inc()
1044 * paths such that we will spend all our time waking up
1047 * Returns: Returns zero if the proposed links don't create too many paths,
1453 * links are going to add too many wakeup paths. We do in ep_loop_check_proc()
1616 * better be handled here, than in more critical paths. While we are in SYSCALL_DEFINE4()
1619 * haven't created too many possible wakeup paths. in SYSCALL_DEFINE4()