logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::task_fd_lookup - get the file struct for a task's fd

Arguments

task
           task_struct pointer.

       fd
           file descriptor number.

Description

       Returns the file struct pointer for a task's file descriptor.

SystemTap Tapset Reference                         April 2024                        FUNCTION::TASK_FD_LO(3stap)

Name

       function::task_fd_lookup - get the file struct for a task's fd

Synopsis

           task_fd_lookup:long(task:long,fd:long)

See Also