Lines Matching refs:fl_pid
76 #define IS_REMOTELCK(fl) (fl->fl_pid <= 0)
210 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);
241 " fl_owner=%p fl_flags=0x%x fl_type=0x%x fl_pid=%u\n",
244 fl->fl_owner, fl->fl_flags, fl->fl_type, fl->fl_pid);
364 new->fl_pid = fl->fl_pid;
434 fl->fl_pid = current->tgid;
492 fl->fl_pid = current->tgid;
557 fl->fl_pid = current->tgid;
2157 * locks_translate_pid - translate a file_lock's fl_pid number into a namespace
2158 * @fl: The file_lock who's fl_pid should be translated
2161 * Used to tranlate a fl_pid into a namespace virtual pid number
2171 return fl->fl_pid;
2178 return (pid_t)fl->fl_pid;
2181 pid = find_pid_ns(fl->fl_pid, &init_pid_ns);
2574 lock.fl_pid = current->tgid;
2708 unsigned int fl_pid;
2712 fl_pid = locks_translate_pid(fl, proc_pidns);
2760 seq_printf(f, "%d %02x:%02x:%lu ", fl_pid,
2764 seq_printf(f, "%d <none>:0 ", fl_pid);