Searched refs:xfs_file_operations (Results 1 – 4 of 4) sorted by relevance
9 extern const struct file_operations xfs_file_operations;
962 if (fd_file(f)->f_op != &xfs_file_operations || in xfs_ioc_swapext()963 fd_file(tmp)->f_op != &xfs_file_operations) in xfs_ioc_swapext()
1396 inode->i_fop = &xfs_file_operations; in xfs_setup_iops()
1596 const struct file_operations xfs_file_operations = { variable