Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_iops.h11 extern const struct file_operations xfs_file_operations;
H A Dxfs_ioctl.c1920 if (f.file->f_op != &xfs_file_operations || in xfs_ioc_swapext()
1921 tmp.file->f_op != &xfs_file_operations) { in xfs_ioc_swapext()
H A Dxfs_file.c1386 const struct file_operations xfs_file_operations = { variable
H A Dxfs_iops.c1381 inode->i_fop = &xfs_file_operations; in xfs_setup_iops()