Symbol: address_space_operations
block/blk.h
626
extern const struct address_space_operations def_blk_aops;
block/fops.c
524
const struct address_space_operations def_blk_aops = {
block/fops.c
585
const struct address_space_operations def_blk_aops = {
drivers/dax/device.c
352
static const struct address_space_operations dev_dax_aops = {
drivers/video/fbdev/core/fb_defio.c
243
static const struct address_space_operations fb_deferred_io_aops = {
fs/9p/v9fs_vfs.h
32
extern const struct address_space_operations v9fs_addr_operations;
fs/9p/vfs_addr.c
160
const struct address_space_operations v9fs_addr_operations = {
fs/adfs/inode.c
77
static const struct address_space_operations adfs_aops = {
fs/affs/affs.h
215
extern const struct address_space_operations affs_symlink_aops;
fs/affs/affs.h
216
extern const struct address_space_operations affs_aops;
fs/affs/affs.h
217
extern const struct address_space_operations affs_aops_ofs;
fs/affs/file.c
459
const struct address_space_operations affs_aops = {
fs/affs/file.c
840
const struct address_space_operations affs_aops_ofs = {
fs/affs/symlink.c
68
const struct address_space_operations affs_symlink_aops = {
fs/afs/dir.c
70
const struct address_space_operations afs_dir_aops = {
fs/afs/file.c
52
const struct address_space_operations afs_file_aops = {
fs/afs/internal.h
1099
extern const struct address_space_operations afs_dir_aops;
fs/afs/internal.h
1149
extern const struct address_space_operations afs_file_aops;
fs/aio.c
258
static const struct address_space_operations aio_ctx_aops;
fs/aio.c
477
static const struct address_space_operations aio_ctx_aops = {
fs/befs/linuxvfs.c
90
static const struct address_space_operations befs_aops = {
fs/befs/linuxvfs.c
95
static const struct address_space_operations befs_symlink_aops = {
fs/bfs/bfs.h
62
extern const struct address_space_operations bfs_aops;
fs/bfs/file.c
192
const struct address_space_operations bfs_aops = {
fs/btrfs/disk-io.c
556
static const struct address_space_operations btree_aops = {
fs/btrfs/inode.c
10729
static const struct address_space_operations btrfs_aops = {
fs/btrfs/inode.c
114
static const struct address_space_operations btrfs_aops;
fs/buffer.c
2473
const struct address_space_operations *aops = mapping->a_ops;
fs/buffer.c
2499
const struct address_space_operations *aops = mapping->a_ops;
fs/ceph/addr.c
1919
const struct address_space_operations ceph_aops = {
fs/ceph/super.h
1315
extern const struct address_space_operations ceph_aops;
fs/coda/coda_linux.h
39
extern const struct address_space_operations coda_file_aops;
fs/coda/coda_linux.h
40
extern const struct address_space_operations coda_symlink_aops;
fs/coda/symlink.c
38
const struct address_space_operations coda_symlink_aops = {
fs/cramfs/inode.c
59
static const struct address_space_operations cramfs_aops;
fs/cramfs/inode.c
927
static const struct address_space_operations cramfs_aops = {
fs/ecryptfs/ecryptfs_kernel.h
520
extern const struct address_space_operations ecryptfs_aops;
fs/ecryptfs/mmap.c
515
const struct address_space_operations ecryptfs_aops = {
fs/efs/efs.h
130
extern const struct address_space_operations efs_symlink_aops;
fs/efs/inode.c
27
static const struct address_space_operations efs_aops = {
fs/efs/symlink.c
48
const struct address_space_operations efs_symlink_aops = {
fs/erofs/data.c
445
const struct address_space_operations erofs_aops = {
fs/erofs/fileio.c
193
const struct address_space_operations erofs_fileio_aops = {
fs/erofs/fscache.c
362
static const struct address_space_operations erofs_fscache_meta_aops = {
fs/erofs/fscache.c
366
const struct address_space_operations erofs_fscache_access_aops = {
fs/erofs/inode.c
225
const struct address_space_operations *aops;
fs/erofs/internal.h
416
extern const struct address_space_operations erofs_aops;
fs/erofs/internal.h
417
extern const struct address_space_operations erofs_fileio_aops;
fs/erofs/internal.h
418
extern const struct address_space_operations z_erofs_aops;
fs/erofs/internal.h
419
extern const struct address_space_operations erofs_fscache_access_aops;
fs/erofs/internal.h
474
static inline const struct address_space_operations *
fs/erofs/ishare.c
43
const struct address_space_operations *aops;
fs/erofs/zdata.c
1947
const struct address_space_operations z_erofs_aops = {
fs/erofs/zdata.c
663
static const struct address_space_operations z_erofs_cache_aops = {
fs/exfat/file.c
597
const struct address_space_operations *ops = mapping->a_ops;
fs/exfat/inode.c
544
static const struct address_space_operations exfat_aops = {
fs/ext2/ext2.h
785
extern const struct address_space_operations ext2_aops;
fs/ext2/inode.c
971
const struct address_space_operations ext2_aops = {
fs/ext2/inode.c
985
static const struct address_space_operations ext2_dax_aops = {
fs/ext4/inode.c
3934
static const struct address_space_operations ext4_aops = {
fs/ext4/inode.c
3950
static const struct address_space_operations ext4_journalled_aops = {
fs/ext4/inode.c
3966
static const struct address_space_operations ext4_da_aops = {
fs/ext4/inode.c
3982
static const struct address_space_operations ext4_dax_aops = {
fs/ext4/verity.c
71
const struct address_space_operations *aops = mapping->a_ops;
fs/f2fs/checkpoint.c
701
const struct address_space_operations f2fs_meta_aops = {
fs/f2fs/compress.c
1909
const struct address_space_operations f2fs_compress_aops = {
fs/f2fs/data.c
4405
const struct address_space_operations f2fs_dblock_aops = {
fs/f2fs/f2fs.h
4477
extern const struct address_space_operations f2fs_dblock_aops;
fs/f2fs/f2fs.h
4478
extern const struct address_space_operations f2fs_node_aops;
fs/f2fs/f2fs.h
4479
extern const struct address_space_operations f2fs_meta_aops;
fs/f2fs/inode.c
23
extern const struct address_space_operations f2fs_compress_aops;
fs/f2fs/node.c
2308
const struct address_space_operations f2fs_node_aops = {
fs/f2fs/super.c
3178
const struct address_space_operations *a_ops = mapping->a_ops;
fs/f2fs/verity.c
75
const struct address_space_operations *aops = mapping->a_ops;
fs/fat/inode.c
340
static const struct address_space_operations fat_aops = {
fs/freevxfs/vxfs_extern.h
29
extern const struct address_space_operations vxfs_immed_aops;
fs/freevxfs/vxfs_extern.h
44
extern const struct address_space_operations vxfs_aops;
fs/freevxfs/vxfs_immed.c
51
const struct address_space_operations vxfs_immed_aops = {
fs/freevxfs/vxfs_inode.c
254
const struct address_space_operations *aops;
fs/freevxfs/vxfs_subr.c
20
const struct address_space_operations vxfs_aops = {
fs/fuse/dax.c
1291
static const struct address_space_operations fuse_dax_file_aops = {
fs/fuse/dir.c
2484
static const struct address_space_operations fuse_symlink_aops = {
fs/fuse/file.c
3183
static const struct address_space_operations fuse_file_aops = {
fs/gfs2/aops.c
710
static const struct address_space_operations gfs2_aops = {
fs/gfs2/aops.c
723
static const struct address_space_operations gfs2_jdata_aops = {
fs/gfs2/meta_io.c
101
const struct address_space_operations gfs2_meta_aops = {
fs/gfs2/meta_io.c
109
const struct address_space_operations gfs2_rgrp_aops = {
fs/gfs2/meta_io.h
37
extern const struct address_space_operations gfs2_meta_aops;
fs/gfs2/meta_io.h
38
extern const struct address_space_operations gfs2_rgrp_aops;
fs/hfs/hfs_fs.h
177
extern const struct address_space_operations hfs_aops;
fs/hfs/hfs_fs.h
178
extern const struct address_space_operations hfs_btree_aops;
fs/hfs/inode.c
156
const struct address_space_operations hfs_btree_aops = {
fs/hfs/inode.c
168
const struct address_space_operations hfs_aops = {
fs/hfsplus/hfsplus_fs.h
441
extern const struct address_space_operations hfsplus_aops;
fs/hfsplus/hfsplus_fs.h
442
extern const struct address_space_operations hfsplus_btree_aops;
fs/hfsplus/inode.c
154
const struct address_space_operations hfsplus_btree_aops = {
fs/hfsplus/inode.c
166
const struct address_space_operations hfsplus_aops = {
fs/hostfs/hostfs_kern.c
491
static const struct address_space_operations hostfs_aops = {
fs/hpfs/file.c
245
const struct address_space_operations hpfs_aops = {
fs/hpfs/hpfs_fn.h
275
extern const struct address_space_operations hpfs_aops;
fs/hpfs/hpfs_fn.h
313
extern const struct address_space_operations hpfs_symlink_aops;
fs/hpfs/namei.c
499
const struct address_space_operations hpfs_symlink_aops = {
fs/hugetlbfs/inode.c
1223
static const struct address_space_operations hugetlbfs_aops = {
fs/hugetlbfs/inode.c
45
static const struct address_space_operations hugetlbfs_aops;
fs/inode.c
724
const struct address_space_operations *a_ops;
fs/inode.c
73
const struct address_space_operations empty_aops = {
fs/isofs/compress.c
366
const struct address_space_operations zisofs_aops = {
fs/isofs/inode.c
1162
static const struct address_space_operations isofs_aops = {
fs/isofs/isofs.h
202
extern const struct address_space_operations isofs_symlink_aops;
fs/isofs/rock.c
808
const struct address_space_operations isofs_symlink_aops = {
fs/isofs/zisofs.h
13
extern const struct address_space_operations zisofs_aops;
fs/jffs2/file.c
77
const struct address_space_operations jffs2_file_address_operations =
fs/jffs2/os-linux.h
156
extern const struct address_space_operations jffs2_file_address_operations;
fs/jfs/inode.c
356
const struct address_space_operations jfs_aops = {
fs/jfs/jfs_inode.h
33
extern const struct address_space_operations jfs_aops;
fs/jfs/jfs_metapage.c
674
const struct address_space_operations jfs_metapage_aops = {
fs/jfs/jfs_metapage.h
129
extern const struct address_space_operations jfs_metapage_aops;
fs/libfs.c
1024
const struct address_space_operations ram_aops = {
fs/libfs.c
1671
static const struct address_space_operations anon_aops = {
fs/minix/inode.c
488
static const struct address_space_operations minix_aops = {
fs/namei.c
6370
const struct address_space_operations *aops = mapping->a_ops;
fs/nfs/dir.c
71
const struct address_space_operations nfs_dir_aops = {
fs/nfs/file.c
618
const struct address_space_operations nfs_file_aops = {
fs/nilfs2/inode.c
272
const struct address_space_operations nilfs_aops = {
fs/nilfs2/inode.c
285
const struct address_space_operations nilfs_buffer_cache_aops = {
fs/nilfs2/mdt.c
441
static const struct address_space_operations def_mdt_aops = {
fs/nilfs2/nilfs.h
404
extern const struct address_space_operations nilfs_aops;
fs/nilfs2/nilfs.h
405
extern const struct address_space_operations nilfs_buffer_cache_aops;
fs/ntfs3/inode.c
2149
const struct address_space_operations ntfs_aops = {
fs/ntfs3/inode.c
2160
const struct address_space_operations ntfs_aops_cmpr = {
fs/ntfs3/ntfs_fs.h
790
extern const struct address_space_operations ntfs_aops;
fs/ntfs3/ntfs_fs.h
791
extern const struct address_space_operations ntfs_aops_cmpr;
fs/ocfs2/aops.c
2445
const struct address_space_operations ocfs2_aops = {
fs/ocfs2/inode.h
110
extern const struct address_space_operations ocfs2_aops;
fs/ocfs2/symlink.c
80
const struct address_space_operations ocfs2_fast_symlink_aops = {
fs/ocfs2/symlink.h
14
extern const struct address_space_operations ocfs2_fast_symlink_aops;
fs/omfs/file.c
369
const struct address_space_operations omfs_aops = {
fs/omfs/omfs.h
57
extern const struct address_space_operations omfs_aops;
fs/orangefs/inode.c
590
static const struct address_space_operations orangefs_address_operations = {
fs/overlayfs/inode.c
762
static const struct address_space_operations ovl_aops = {
fs/qnx4/inode.c
277
static const struct address_space_operations qnx4_aops = {
fs/qnx6/inode.c
489
static const struct address_space_operations qnx6_aops = {
fs/romfs/super.c
135
static const struct address_space_operations romfs_aops = {
fs/smb/client/cifsfs.h
42
extern const struct address_space_operations cifs_addr_ops;
fs/smb/client/cifsfs.h
43
extern const struct address_space_operations cifs_addr_ops_smallbuf;
fs/smb/client/file.c
3336
const struct address_space_operations cifs_addr_ops = {
fs/smb/client/file.c
3359
const struct address_space_operations cifs_addr_ops_smallbuf = {
fs/squashfs/file.c
770
const struct address_space_operations squashfs_aops = {
fs/squashfs/squashfs.h
106
extern const struct address_space_operations squashfs_aops;
fs/squashfs/squashfs.h
116
extern const struct address_space_operations squashfs_symlink_aops;
fs/squashfs/symlink.c
101
const struct address_space_operations squashfs_symlink_aops = {
fs/ubifs/file.c
1625
const struct address_space_operations ubifs_file_address_operations = {
fs/ubifs/ubifs.h
1520
extern const struct address_space_operations ubifs_file_address_operations;
fs/udf/inode.c
324
const struct address_space_operations udf_aops = {
fs/udf/symlink.c
164
const struct address_space_operations udf_symlink_aops = {
fs/udf/udfdecl.h
82
extern const struct address_space_operations udf_aops;
fs/udf/udfdecl.h
83
extern const struct address_space_operations udf_symlink_aops;
fs/ufs/inode.c
509
const struct address_space_operations ufs_aops = {
fs/ufs/ufs.h
112
extern const struct address_space_operations ufs_aops;
fs/vboxsf/file.c
350
const struct address_space_operations vboxsf_reg_aops = {
fs/vboxsf/vfsmod.h
82
extern const struct address_space_operations vboxsf_reg_aops;
fs/xfs/xfs_aops.c
806
const struct address_space_operations xfs_address_space_operations = {
fs/xfs/xfs_aops.c
820
const struct address_space_operations xfs_dax_aops = {
fs/xfs/xfs_aops.h
10
extern const struct address_space_operations xfs_dax_aops;
fs/xfs/xfs_aops.h
9
extern const struct address_space_operations xfs_address_space_operations;
fs/zonefs/file.c
185
const struct address_space_operations zonefs_file_aops = {
fs/zonefs/zonefs.h
279
extern const struct address_space_operations zonefs_file_aops;
include/linux/fs.h
3254
extern const struct address_space_operations ram_aops;
include/linux/fs.h
446
extern const struct address_space_operations empty_aops;
include/linux/fs.h
483
const struct address_space_operations *a_ops;
include/linux/nfs_fs.h
544
extern const struct address_space_operations nfs_file_aops;
include/linux/nfs_fs.h
545
extern const struct address_space_operations nfs_dir_aops;
include/linux/secretmem.h
7
extern const struct address_space_operations secretmem_aops;
mm/filemap.c
3150
const struct address_space_operations *ops = mapping->a_ops;
mm/filemap.c
4301
const struct address_space_operations *a_ops = mapping->a_ops;
mm/readahead.c
151
const struct address_space_operations *aops = rac->mapping->a_ops;
mm/secretmem.c
158
const struct address_space_operations secretmem_aops = {
mm/shmem.c
268
static const struct address_space_operations shmem_aops;
mm/shmem.c
5213
static const struct address_space_operations shmem_aops = {
mm/swap_state.c
33
static const struct address_space_operations swap_aops = {
mm/truncate.c
137
const struct address_space_operations *aops = folio->mapping->a_ops;
virt/kvm/guest_memfd.c
536
static const struct address_space_operations kvm_gmem_aops = {