Home
last modified time | relevance | path

Searched refs:xfs_file_operations (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_file.h9 extern const struct file_operations xfs_file_operations;
H A Dxfs_ioctl.c962 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()
H A Dxfs_file.c1941 const struct file_operations xfs_file_operations = { variable