Home
last modified time | relevance | path

Searched refs:fdinfo (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-driver-panfrost-profiling6 Get/set drm fdinfo's engine and cycles profiling status.
8 0: Don't enable fdinfo job profiling sources.
9 1: Enable fdinfo job profiling sources, this enables both the GPU's
/linux/Documentation/gpu/
H A Dpanfrost.rst43 because of power saving concerns. `fdinfo` users and benchmark applications which
44 query the fdinfo file must make sure to toggle the job profiling status of the
/linux/fs/notify/
H A DMakefile3 fdinfo.o
/linux/io_uring/
H A DMakefile14 epoll.o statx.o timeout.o fdinfo.o \
/linux/fs/smb/server/
H A Dsmb2pdu.c3766 struct file_directory_info *fdinfo; in dentry_name() local
3768 fdinfo = (struct file_directory_info *)d_info->rptr; in dentry_name()
3769 d_info->rptr += le32_to_cpu(fdinfo->NextEntryOffset); in dentry_name()
3770 d_info->name = fdinfo->FileName; in dentry_name()
3771 d_info->name_len = le32_to_cpu(fdinfo->FileNameLength); in dentry_name()
3905 struct file_directory_info *fdinfo; in smb2_populate_readdir_entry() local
3907 fdinfo = (struct file_directory_info *)kstat; in smb2_populate_readdir_entry()
3908 fdinfo->FileNameLength = cpu_to_le32(conv_len); in smb2_populate_readdir_entry()
3910 fdinfo->ExtFileAttributes |= FILE_ATTRIBUTE_HIDDEN_LE; in smb2_populate_readdir_entry()
3911 memcpy(fdinfo->FileName, conv_name, conv_len); in smb2_populate_readdir_entry()
[all …]
/linux/Documentation/filesystems/
H A Dproc.rst45 3.8 /proc/<pid>/fdinfo/<fd> - Information about opened file
1963 3.8 /proc/<pid>/fdinfo/<fd> - Information about opened file
1981 All locks associated with a file descriptor are shown in its fdinfo too::