Lines Matching refs:f
23 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() argument
27 struct fsnotify_group *group = f->private_data; in show_fdinfo()
45 } f; in show_mark_fhandle() local
48 f.handle.handle_bytes = sizeof(f.pad); in show_mark_fhandle()
49 size = f.handle.handle_bytes >> 2; in show_mark_fhandle()
51 ret = exportfs_encode_inode_fh(inode, (struct fid *)f.handle.f_handle, &size, 0); in show_mark_fhandle()
57 f.handle.handle_type = ret; in show_mark_fhandle()
58 f.handle.handle_bytes = size * sizeof(u32); in show_mark_fhandle()
61 f.handle.handle_bytes, f.handle.handle_type); in show_mark_fhandle()
63 for (i = 0; i < f.handle.handle_bytes; i++) in show_mark_fhandle()
64 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
102 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() argument
104 show_fdinfo(m, f, inotify_fdinfo); in inotify_show_fdinfo()
140 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo() argument
142 struct fsnotify_group *group = f->private_data; in fanotify_show_fdinfo()
166 show_fdinfo(m, f, fanotify_fdinfo); in fanotify_show_fdinfo()