Searched refs:__show_fd_locks (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | locks.c | 2946 static void __show_fd_locks(struct seq_file *f, in __show_fd_locks() function 2978 __show_fd_locks(f, &ctx->flc_flock, &id, filp, files); in show_fd_locks() 2979 __show_fd_locks(f, &ctx->flc_posix, &id, filp, files); in show_fd_locks() 2980 __show_fd_locks(f, &ctx->flc_lease, &id, filp, files); in show_fd_locks()
|
/kernel/linux/linux-6.6/fs/ |
H A D | locks.c | 2827 static void __show_fd_locks(struct seq_file *f, in __show_fd_locks() function 2859 __show_fd_locks(f, &ctx->flc_flock, &id, filp, files); in show_fd_locks() 2860 __show_fd_locks(f, &ctx->flc_posix, &id, filp, files); in show_fd_locks() 2861 __show_fd_locks(f, &ctx->flc_lease, &id, filp, files); in show_fd_locks()
|
Completed in 8 milliseconds