Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_file.h9 extern const struct file_operations xfs_file_operations;
Dxfs_ioctl.c925 if (fd_file(f)->f_op != &xfs_file_operations || in xfs_ioc_swapext()
926 fd_file(tmp)->f_op != &xfs_file_operations) { in xfs_ioc_swapext()
Dxfs_iops.c1351 inode->i_fop = &xfs_file_operations; in xfs_setup_iops()
Dxfs_file.c1578 const struct file_operations xfs_file_operations = { variable