Lines Matching refs:fl_pid
181 #define IS_REMOTELCK(fl) (fl->fl_pid <= 0)
286 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);
317 " fl_owner=%p fl_flags=0x%x fl_type=0x%x fl_pid=%u\n",
320 fl->fl_owner, fl->fl_flags, fl->fl_type, fl->fl_pid);
412 new->fl_pid = fl->fl_pid;
496 fl->fl_pid = current->tgid;
556 fl->fl_pid = current->tgid;
621 fl->fl_pid = current->tgid;
1453 fl.fl_pid = current->tgid;
2285 * locks_translate_pid - translate a file_lock's fl_pid number into a namespace
2286 * @fl: The file_lock who's fl_pid should be translated
2289 * Used to tranlate a fl_pid into a namespace virtual pid number
2299 return fl->fl_pid;
2306 return (pid_t)fl->fl_pid;
2309 pid = find_pid_ns(fl->fl_pid, &init_pid_ns);
2718 lock.fl_pid = current->tgid;
2852 unsigned int fl_pid;
2855 fl_pid = locks_translate_pid(fl, proc_pidns);
2911 seq_printf(f, "%d %02x:%02x:%lu ", fl_pid,
2915 seq_printf(f, "%d <none>:0 ", fl_pid);