Lines Matching defs:fops
208 * @fops: struct file_operations that should be used
213 const struct file_operations *fops,
237 inode->i_fop = fops;
253 * @fops: struct file_operations that should be used for
263 const struct file_operations *fops,
294 error = __aafs_setup_d_inode(dir, dentry, mode, data, link, fops, iops);
318 * @fops: struct file_operations that should be used for
324 const struct file_operations *fops)
326 return aafs_create(name, mode, parent, data, NULL, fops, NULL);
1551 const struct file_operations *fops)
1556 dent = aafs_create_file(name, S_IFREG | 0444, dir, proxy, fops);