Lines Matching refs:fl_pid
77 #define IS_REMOTELCK(fl) (fl->fl_pid <= 0)
211 pr_warn("%s: fl_owner=%p fl_flags=0x%x fl_type=0x%x fl_pid=%u\n", list_type, fl->fl_owner, fl->fl_flags, fl->fl_type, fl->fl_pid);
242 " fl_owner=%p fl_flags=0x%x fl_type=0x%x fl_pid=%u\n",
245 fl->fl_owner, fl->fl_flags, fl->fl_type, fl->fl_pid);
365 new->fl_pid = fl->fl_pid;
435 fl->fl_pid = current->tgid;
493 fl->fl_pid = current->tgid;
558 fl->fl_pid = current->tgid;
2143 * locks_translate_pid - translate a file_lock's fl_pid number into a namespace
2144 * @fl: The file_lock who's fl_pid should be translated
2147 * Used to translate a fl_pid into a namespace virtual pid number
2157 return fl->fl_pid;
2164 return (pid_t)fl->fl_pid;
2167 pid = find_pid_ns(fl->fl_pid, &init_pid_ns);
2562 lock.fl_pid = current->tgid;
2697 unsigned int fl_pid;
2701 fl_pid = locks_translate_pid(fl, proc_pidns);
2749 seq_printf(f, "%d %02x:%02x:%lu ", fl_pid,
2753 seq_printf(f, "%d <none>:0 ", fl_pid);