Lines Matching refs:f
25 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() argument
29 struct fsnotify_group *group = f->private_data; in show_fdinfo()
44 DEFINE_FLEX(struct file_handle, f, f_handle, handle_bytes, MAX_HANDLE_SZ); in show_mark_fhandle()
47 size = f->handle_bytes >> 2; in show_mark_fhandle()
49 ret = exportfs_encode_fid(inode, (struct fid *)f->f_handle, &size); in show_mark_fhandle()
53 f->handle_type = ret; in show_mark_fhandle()
54 f->handle_bytes = size * sizeof(u32); in show_mark_fhandle()
57 f->handle_bytes, f->handle_type); in show_mark_fhandle()
59 for (i = 0; i < f->handle_bytes; i++) in show_mark_fhandle()
60 seq_printf(m, "%02x", (int)f->f_handle[i]); in show_mark_fhandle()
90 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() argument
92 show_fdinfo(m, f, inotify_fdinfo); in inotify_show_fdinfo()
132 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo() argument
134 struct fsnotify_group *group = f->private_data; in fanotify_show_fdinfo()
140 show_fdinfo(m, f, fanotify_fdinfo); in fanotify_show_fdinfo()