sys_statx

Function sys_statx 

Source
pub fn sys_statx(
    locked: &mut Locked<Unlocked>,
    current_task: &CurrentTask,
    dir_fd: FdNumber,
    user_path: UserCString,
    flags: u32,
    mask: u32,
    statxbuf: UserRef<statx>,
) -> Result<(), Errno>