Home
last modified time | relevance | path

Searched refs:address_space_operations (Results 1 – 25 of 140) sorted by relevance

123456

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_aops.h9 extern const struct address_space_operations xfs_address_space_operations;
10 extern const struct address_space_operations xfs_dax_aops;
/kernel/linux/linux-5.10/fs/freevxfs/
Dvxfs_extern.h54 extern const struct address_space_operations vxfs_immed_aops;
69 extern const struct address_space_operations vxfs_aops;
Dvxfs_immed.c46 const struct address_space_operations vxfs_immed_aops = {
Dvxfs_subr.c44 const struct address_space_operations vxfs_aops = {
/kernel/linux/linux-5.10/fs/ntfs/
Dntfs.h45 extern const struct address_space_operations ntfs_normal_aops;
46 extern const struct address_space_operations ntfs_compressed_aops;
47 extern const struct address_space_operations ntfs_mst_aops;
/kernel/linux/linux-5.10/fs/coda/
Dcoda_linux.h39 extern const struct address_space_operations coda_file_aops;
40 extern const struct address_space_operations coda_symlink_aops;
Dsymlink.c46 const struct address_space_operations coda_symlink_aops = {
/kernel/linux/linux-5.10/fs/squashfs/
Dsquashfs.h88 extern const struct address_space_operations squashfs_aops;
97 extern const struct address_space_operations squashfs_symlink_aops;
Dsymlink.c103 const struct address_space_operations squashfs_symlink_aops = {
/kernel/linux/linux-5.10/fs/gfs2/
Dmeta_io.h37 extern const struct address_space_operations gfs2_meta_aops;
38 extern const struct address_space_operations gfs2_rgrp_aops;
/kernel/linux/linux-5.10/fs/isofs/
Dzisofs.h13 extern const struct address_space_operations zisofs_aops;
/kernel/linux/linux-5.10/fs/ocfs2/
Dsymlink.h16 extern const struct address_space_operations ocfs2_fast_symlink_aops;
Dsymlink.c85 const struct address_space_operations ocfs2_fast_symlink_aops = {
/kernel/linux/linux-5.10/fs/udf/
Dudfdecl.h85 extern const struct address_space_operations udf_aops;
86 extern const struct address_space_operations udf_adinicb_aops;
87 extern const struct address_space_operations udf_symlink_aops;
/kernel/linux/linux-5.10/fs/cifs/
Dcifsfs.h55 extern const struct address_space_operations cifs_addr_ops;
56 extern const struct address_space_operations cifs_addr_ops_smallbuf;
/kernel/linux/linux-5.10/fs/bfs/
Dbfs.h62 extern const struct address_space_operations bfs_aops;
/kernel/linux/linux-5.10/fs/affs/
Daffs.h210 extern const struct address_space_operations affs_symlink_aops;
211 extern const struct address_space_operations affs_aops;
212 extern const struct address_space_operations affs_aops_ofs;
Dsymlink.c69 const struct address_space_operations affs_symlink_aops = {
/kernel/linux/linux-5.10/scripts/
Dconst_structs.checkpatch2 address_space_operations
/kernel/linux/linux-5.10/fs/jfs/
Djfs_inode.h31 extern const struct address_space_operations jfs_aops;
/kernel/linux/linux-5.10/fs/efs/
Dsymlink.c51 const struct address_space_operations efs_symlink_aops = {
/kernel/linux/linux-5.10/fs/hfs/
Dhfs_fs.h201 extern const struct address_space_operations hfs_aops;
202 extern const struct address_space_operations hfs_btree_aops;
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_device_view.h103 extern const struct address_space_operations hmdfs_dev_file_aops_remote;
110 extern const struct address_space_operations hmdfs_dev_file_aops_cloud;
/kernel/linux/linux-5.10/fs/omfs/
Domfs.h57 extern const struct address_space_operations omfs_aops;
/kernel/linux/linux-5.10/fs/erofs/
Dinternal.h286 extern const struct address_space_operations erofs_raw_access_aops;
287 extern const struct address_space_operations z_erofs_aops;

123456