/linux-4.1.27/fs/freevxfs/ |
D | vxfs_extern.h | 57 extern const struct address_space_operations vxfs_immed_aops; 76 extern const struct address_space_operations vxfs_aops;
|
D | vxfs_immed.c | 60 const struct address_space_operations vxfs_immed_aops = {
|
D | vxfs_subr.c | 44 const struct address_space_operations vxfs_aops = {
|
D | vxfs_inode.c | 296 const struct address_space_operations *aops; in vxfs_iget()
|
/linux-4.1.27/fs/ntfs/ |
D | ntfs.h | 59 extern const struct address_space_operations ntfs_normal_aops; 60 extern const struct address_space_operations ntfs_compressed_aops; 61 extern const struct address_space_operations ntfs_mst_aops;
|
D | aops.c | 1669 const struct address_space_operations ntfs_normal_aops = { 1684 const struct address_space_operations ntfs_compressed_aops = { 1699 const struct address_space_operations ntfs_mst_aops = {
|
/linux-4.1.27/fs/squashfs/ |
D | squashfs.h | 100 extern const struct address_space_operations squashfs_aops; 109 extern const struct address_space_operations squashfs_symlink_aops;
|
D | symlink.c | 116 const struct address_space_operations squashfs_symlink_aops = {
|
D | file.c | 501 const struct address_space_operations squashfs_aops = {
|
/linux-4.1.27/fs/coda/ |
D | coda_linux.h | 38 extern const struct address_space_operations coda_file_aops; 39 extern const struct address_space_operations coda_symlink_aops;
|
D | symlink.c | 48 const struct address_space_operations coda_symlink_aops = {
|
/linux-4.1.27/fs/gfs2/ |
D | meta_io.h | 40 extern const struct address_space_operations gfs2_meta_aops; 41 extern const struct address_space_operations gfs2_rgrp_aops;
|
D | meta_io.c | 95 const struct address_space_operations gfs2_meta_aops = { 100 const struct address_space_operations gfs2_rgrp_aops = {
|
D | aops.c | 1168 static const struct address_space_operations gfs2_writeback_aops = { 1184 static const struct address_space_operations gfs2_ordered_aops = { 1201 static const struct address_space_operations gfs2_jdata_aops = {
|
/linux-4.1.27/fs/udf/ |
D | udfdecl.h | 89 extern const struct address_space_operations udf_aops; 90 extern const struct address_space_operations udf_adinicb_aops; 91 extern const struct address_space_operations udf_symlink_aops;
|
D | symlink.c | 157 const struct address_space_operations udf_symlink_aops = {
|
D | file.c | 109 const struct address_space_operations udf_adinicb_aops = {
|
D | inode.c | 237 const struct address_space_operations udf_aops = {
|
/linux-4.1.27/fs/isofs/ |
D | zisofs.h | 18 extern const struct address_space_operations zisofs_aops;
|
D | isofs.h | 197 extern const struct address_space_operations isofs_symlink_aops;
|
D | compress.c | 362 const struct address_space_operations zisofs_aops = {
|
D | rock.c | 806 const struct address_space_operations isofs_symlink_aops = {
|
D | inode.c | 1133 static const struct address_space_operations isofs_aops = {
|
/linux-4.1.27/fs/ocfs2/ |
D | symlink.h | 30 extern const struct address_space_operations ocfs2_fast_symlink_aops;
|
D | symlink.c | 85 const struct address_space_operations ocfs2_fast_symlink_aops = {
|
D | inode.h | 128 extern const struct address_space_operations ocfs2_aops;
|
D | aops.c | 2435 const struct address_space_operations ocfs2_aops = {
|
/linux-4.1.27/fs/cifs/ |
D | cifsfs.h | 45 extern const struct address_space_operations cifs_addr_ops; 46 extern const struct address_space_operations cifs_addr_ops_smallbuf;
|
D | file.c | 3867 const struct address_space_operations cifs_addr_ops = { 3886 const struct address_space_operations cifs_addr_ops_smallbuf = {
|
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.h | 55 extern const struct address_space_operations xfs_address_space_operations;
|
D | xfs_aops.c | 1916 const struct address_space_operations xfs_address_space_operations = {
|
/linux-4.1.27/fs/bfs/ |
D | bfs.h | 54 extern const struct address_space_operations bfs_aops;
|
D | file.c | 189 const struct address_space_operations bfs_aops = {
|
/linux-4.1.27/fs/affs/ |
D | affs.h | 208 extern const struct address_space_operations affs_symlink_aops; 209 extern const struct address_space_operations affs_aops; 210 extern const struct address_space_operations affs_aops_ofs;
|
D | symlink.c | 72 const struct address_space_operations affs_symlink_aops = {
|
D | file.c | 434 const struct address_space_operations affs_aops = { 809 const struct address_space_operations affs_aops_ofs = {
|
/linux-4.1.27/fs/jfs/ |
D | jfs_inode.h | 45 extern const struct address_space_operations jfs_aops;
|
D | jfs_metapage.h | 141 extern const struct address_space_operations jfs_metapage_aops;
|
D | inode.c | 359 const struct address_space_operations jfs_aops = {
|
D | jfs_metapage.c | 578 const struct address_space_operations jfs_metapage_aops = {
|
/linux-4.1.27/fs/efs/ |
D | symlink.c | 52 const struct address_space_operations efs_symlink_aops = {
|
D | efs.h | 132 extern const struct address_space_operations efs_symlink_aops;
|
D | inode.c | 24 static const struct address_space_operations efs_aops = {
|
/linux-4.1.27/fs/hfs/ |
D | hfs_fs.h | 200 extern const struct address_space_operations hfs_aops; 201 extern const struct address_space_operations hfs_btree_aops;
|
D | inode.c | 159 const struct address_space_operations hfs_btree_aops = { 168 const struct address_space_operations hfs_aops = {
|
/linux-4.1.27/fs/9p/ |
D | v9fs_vfs.h | 44 extern const struct address_space_operations v9fs_addr_operations;
|
D | vfs_addr.c | 340 const struct address_space_operations v9fs_addr_operations = {
|
/linux-4.1.27/fs/omfs/ |
D | omfs.h | 56 extern const struct address_space_operations omfs_aops;
|
D | file.c | 374 const struct address_space_operations omfs_aops = {
|
/linux-4.1.27/fs/ncpfs/ |
D | ncp_fs.h | 85 extern const struct address_space_operations ncp_symlink_aops;
|
D | symlink.c | 100 const struct address_space_operations ncp_symlink_aops = {
|
/linux-4.1.27/fs/hpfs/ |
D | hpfs_fn.h | 266 extern const struct address_space_operations hpfs_aops; 303 extern const struct address_space_operations hpfs_symlink_aops;
|
D | file.c | 187 const struct address_space_operations hpfs_aops = {
|
D | namei.c | 508 const struct address_space_operations hpfs_symlink_aops = {
|
/linux-4.1.27/include/linux/ |
D | nfs_fs.h | 428 extern const struct address_space_operations nfs_file_aops; 429 extern const struct address_space_operations nfs_dir_aops;
|
D | fs.h | 367 struct address_space_operations { struct 411 extern const struct address_space_operations empty_aops; argument 436 const struct address_space_operations *a_ops; /* methods */
|
/linux-4.1.27/fs/ufs/ |
D | ufs.h | 114 extern const struct address_space_operations ufs_aops;
|
D | inode.c | 556 const struct address_space_operations ufs_aops = {
|
/linux-4.1.27/fs/exofs/ |
D | exofs.h | 204 extern const struct address_space_operations exofs_aops;
|
D | inode.c | 972 const struct address_space_operations exofs_aops = {
|
/linux-4.1.27/fs/hfsplus/ |
D | hfsplus_fs.h | 475 extern const struct address_space_operations hfsplus_aops; 476 extern const struct address_space_operations hfsplus_btree_aops;
|
D | inode.c | 157 const struct address_space_operations hfsplus_btree_aops = { 166 const struct address_space_operations hfsplus_aops = {
|
/linux-4.1.27/fs/cramfs/ |
D | inode.c | 49 static const struct address_space_operations cramfs_aops; 549 static const struct address_space_operations cramfs_aops = {
|
/linux-4.1.27/fs/ramfs/ |
D | inode.c | 46 static const struct address_space_operations ramfs_aops = {
|
/linux-4.1.27/drivers/video/fbdev/core/ |
D | fb_defio.c | 163 static const struct address_space_operations fb_deferred_io_aops = {
|
/linux-4.1.27/fs/sysv/ |
D | sysv.h | 167 extern const struct address_space_operations sysv_aops;
|
D | itree.c | 495 const struct address_space_operations sysv_aops = {
|
/linux-4.1.27/fs/configfs/ |
D | inode.c | 47 static const struct address_space_operations configfs_aops = {
|
/linux-4.1.27/fs/ext2/ |
D | ext2.h | 798 extern const struct address_space_operations ext2_aops; 799 extern const struct address_space_operations ext2_nobh_aops;
|
D | inode.c | 879 const struct address_space_operations ext2_aops = { 893 const struct address_space_operations ext2_nobh_aops = {
|
/linux-4.1.27/fs/nilfs2/ |
D | nilfs.h | 343 extern const struct address_space_operations nilfs_aops;
|
D | mdt.c | 465 static const struct address_space_operations def_mdt_aops = {
|
D | inode.c | 337 const struct address_space_operations nilfs_aops = {
|
/linux-4.1.27/fs/logfs/ |
D | file.c | 276 const struct address_space_operations logfs_reg_aops = {
|
D | logfs.h | 506 extern const struct address_space_operations logfs_reg_aops;
|
D | segment.c | 900 static const struct address_space_operations mapping_aops = {
|
/linux-4.1.27/fs/jffs2/ |
D | os-linux.h | 155 extern const struct address_space_operations jffs2_file_address_operations;
|
D | file.c | 75 const struct address_space_operations jffs2_file_address_operations =
|
/linux-4.1.27/fs/afs/ |
D | file.c | 49 const struct address_space_operations afs_fs_aops = {
|
D | internal.h | 495 extern const struct address_space_operations afs_fs_aops;
|
/linux-4.1.27/mm/ |
D | swap_state.c | 27 static const struct address_space_operations swap_aops = {
|
D | filemap.c | 2315 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_begin() 2326 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_end() 2426 const struct address_space_operations *a_ops = mapping->a_ops; in generic_perform_write()
|
D | shmem.c | 187 static const struct address_space_operations shmem_aops; 3104 static const struct address_space_operations shmem_aops = {
|
/linux-4.1.27/fs/kernfs/ |
D | inode.c | 21 static const struct address_space_operations kernfs_aops = {
|
/linux-4.1.27/fs/adfs/ |
D | inode.c | 77 static const struct address_space_operations adfs_aops = {
|
/linux-4.1.27/fs/qnx4/ |
D | inode.c | 255 static const struct address_space_operations qnx4_aops = {
|
/linux-4.1.27/fs/ecryptfs/ |
D | mmap.c | 555 const struct address_space_operations ecryptfs_aops = {
|
D | ecryptfs_kernel.h | 542 extern const struct address_space_operations ecryptfs_aops;
|
/linux-4.1.27/fs/f2fs/ |
D | f2fs.h | 1785 extern const struct address_space_operations f2fs_dblock_aops; 1786 extern const struct address_space_operations f2fs_node_aops; 1787 extern const struct address_space_operations f2fs_meta_aops;
|
D | checkpoint.c | 312 const struct address_space_operations f2fs_meta_aops = {
|
D | data.c | 1852 const struct address_space_operations f2fs_dblock_aops = {
|
D | node.c | 1392 const struct address_space_operations f2fs_node_aops = {
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 42 static const struct address_space_operations hugetlbfs_aops; 685 static const struct address_space_operations hugetlbfs_aops = {
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | rw26.c | 521 const struct address_space_operations ll_aops = {
|
D | llite_internal.h | 731 extern const struct address_space_operations ll_aops;
|
D | llite_lib.c | 1776 inode->i_mapping->a_ops = (struct address_space_operations *)&ll_aops; in ll_read_inode2()
|
/linux-4.1.27/fs/romfs/ |
D | super.c | 143 static const struct address_space_operations romfs_aops = {
|
/linux-4.1.27/fs/ |
D | aio.c | 203 static const struct address_space_operations aio_ctx_aops; 420 static const struct address_space_operations aio_ctx_aops = {
|
D | block_dev.c | 38 static const struct address_space_operations def_blk_aops; 1665 static const struct address_space_operations def_blk_aops = {
|
D | libfs.c | 1052 static const struct address_space_operations anon_aops = { in alloc_anon_inode()
|
D | inode.c | 66 const struct address_space_operations empty_aops = {
|
/linux-4.1.27/fs/qnx6/ |
D | inode.c | 497 static const struct address_space_operations qnx6_aops = {
|
/linux-4.1.27/fs/nfs/ |
D | file.c | 584 const struct address_space_operations nfs_file_aops = {
|
D | dir.c | 66 const struct address_space_operations nfs_dir_aops = {
|
/linux-4.1.27/fs/minix/ |
D | inode.c | 428 static const struct address_space_operations minix_aops = {
|
/linux-4.1.27/fs/ceph/ |
D | super.h | 880 extern const struct address_space_operations ceph_aops;
|
D | addr.c | 1212 const struct address_space_operations ceph_aops = {
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 78 static const struct address_space_operations befs_aops = {
|
/linux-4.1.27/fs/cachefiles/ |
D | namei.c | 646 const struct address_space_operations *aops; in cachefiles_walk_to_object()
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 1934 static const struct address_space_operations ext3_ordered_aops = { 1950 static const struct address_space_operations ext3_writeback_aops = { 1965 static const struct address_space_operations ext3_journalled_aops = {
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 510 static const struct address_space_operations hostfs_aops = {
|
/linux-4.1.27/fs/ubifs/ |
D | ubifs.h | 1474 extern const struct address_space_operations ubifs_file_address_operations;
|
D | file.c | 1552 const struct address_space_operations ubifs_file_address_operations = {
|
/linux-4.1.27/fs/ext4/ |
D | inode.c | 3293 static const struct address_space_operations ext4_aops = { 3309 static const struct address_space_operations ext4_journalled_aops = { 3325 static const struct address_space_operations ext4_da_aops = {
|
/linux-4.1.27/Documentation/filesystems/ |
D | Locking | 180 --------------------------- address_space_operations --------------------------
|
D | vfs.txt | 570 struct address_space_operations 576 struct address_space_operations {
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 299 static const struct address_space_operations fat_aops = {
|
/linux-4.1.27/fs/btrfs/ |
D | inode.c | 74 static const struct address_space_operations btrfs_aops; 75 static const struct address_space_operations btrfs_symlink_aops; 9928 static const struct address_space_operations btrfs_aops = { 9940 static const struct address_space_operations btrfs_symlink_aops = {
|
D | disk-io.c | 1061 static const struct address_space_operations btree_aops = {
|
/linux-4.1.27/fs/reiserfs/ |
D | reiserfs.h | 3178 extern const struct address_space_operations reiserfs_address_space_operations;
|
D | inode.c | 3450 const struct address_space_operations reiserfs_address_space_operations = {
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 2992 static const struct address_space_operations fuse_file_aops = {
|