Lines Matching refs:f
24 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() argument
28 struct fsnotify_group *group = f->private_data; in show_fdinfo()
46 } f; in show_mark_fhandle() local
49 f.handle.handle_bytes = sizeof(f.pad); in show_mark_fhandle()
50 size = f.handle.handle_bytes >> 2; in show_mark_fhandle()
52 ret = exportfs_encode_inode_fh(inode, (struct fid *)f.handle.f_handle, &size, NULL); in show_mark_fhandle()
58 f.handle.handle_type = ret; in show_mark_fhandle()
59 f.handle.handle_bytes = size * sizeof(u32); in show_mark_fhandle()
62 f.handle.handle_bytes, f.handle.handle_type); in show_mark_fhandle()
64 for (i = 0; i < f.handle.handle_bytes; i++) in show_mark_fhandle()
65 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
95 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() argument
97 show_fdinfo(m, f, inotify_fdinfo); in inotify_show_fdinfo()
135 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo() argument
137 struct fsnotify_group *group = f->private_data; in fanotify_show_fdinfo()
143 show_fdinfo(m, f, fanotify_fdinfo); in fanotify_show_fdinfo()