Searched refs:xfs_file_operations (Results 1 – 4 of 4) sorted by relevance
11 extern const struct file_operations xfs_file_operations;
1771 if (f.file->f_op != &xfs_file_operations || in xfs_ioc_swapext()1772 tmp.file->f_op != &xfs_file_operations) { in xfs_ioc_swapext()
1176 const struct file_operations xfs_file_operations = { variable
1346 inode->i_fop = &xfs_file_operations; in xfs_setup_iops()