Lines Matching defs:i_fop
463 const struct file_operations *i_fop;
478 inode->i_fop = &simple_dir_operations;
490 const struct file_operations *i_fop,
500 if (i_fop)
501 inode->i_fop = i_fop;
515 const struct file_operations *i_fop,
520 err = __rpc_create_common(dir, dentry, S_IFREG | mode, i_fop, private);
529 const struct file_operations *i_fop,
534 err = __rpc_create_common(dir, dentry, S_IFDIR | mode, i_fop, private);
580 const struct file_operations *i_fop,
587 err = __rpc_create_common(dir, dentry, S_IFIFO | mode, i_fop, private);
714 files[i].i_fop,
1021 .i_fop = &rpc_info_operations,
1082 .i_fop = &cache_file_operations_pipefs,
1087 .i_fop = &content_file_operations_pipefs,
1092 .i_fop = &cache_flush_operations_pipefs,
1283 .i_fop = &rpc_dummy_info_fops,