Searched refs:ex (Results 1 – 1 of 1) sorted by relevance
69 new = kmemdup(ex, sizeof(*ex), GFP_KERNEL); in dev_exceptions_copy()80 kfree(ex); in dev_exceptions_copy()106 excopy = kmemdup(ex, sizeof(*ex), GFP_KERNEL); in dev_exception_add()337 if (ex->major != ~0 && ex->major != major) in match_exception()339 if (ex->minor != ~0 && ex->minor != minor) in match_exception()379 if (ex->major != ~0 && major != ~0 && ex->major != major) in match_exception_partial()381 if (ex->minor != ~0 && minor != ~0 && ex->minor != minor) in match_exception_partial()500 ex->major, ex->minor, ex->access); in parent_allows_removal()623 memset(&ex, 0, sizeof(ex)); in devcgroup_update_access()683 ex.major = ~0; in devcgroup_update_access()[all …]
Completed in 3 milliseconds