Searched refs:locks_translate_pid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | locks.c | 2285 * locks_translate_pid - translate a file_lock's fl_pid number into a namespace 2291 static pid_t locks_translate_pid(struct file_lock *fl, struct pid_namespace *ns) in locks_translate_pid() function 2317 flock->l_pid = locks_translate_pid(fl, task_active_pid_ns(current)); in posix_lock_to_flock() 2339 flock->l_pid = locks_translate_pid(fl, task_active_pid_ns(current)); in posix_lock_to_flock64() 2855 fl_pid = locks_translate_pid(fl, proc_pidns); in lock_get_status() 2935 if (locks_translate_pid(fl, proc_pidns) == 0) in locks_show()
|
/kernel/linux/linux-6.6/fs/ |
H A D | locks.c | 2143 * locks_translate_pid - translate a file_lock's fl_pid number into a namespace 2149 static pid_t locks_translate_pid(struct file_lock *fl, struct pid_namespace *ns) in locks_translate_pid() function 2175 flock->l_pid = locks_translate_pid(fl, task_active_pid_ns(current)); in posix_lock_to_flock() 2197 flock->l_pid = locks_translate_pid(fl, task_active_pid_ns(current)); in posix_lock_to_flock64() 2701 fl_pid = locks_translate_pid(fl, proc_pidns); in lock_get_status() 2792 if (locks_translate_pid(cur, proc_pidns) == 0) in locks_show()
|
Completed in 8 milliseconds