Home
last modified time | relevance | path

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

12345

/linux/fs/xfs/
H A Dxfs_aops.h9 extern const struct address_space_operations xfs_address_space_operations;
10 extern const struct address_space_operations xfs_dax_aops;
/linux/fs/freevxfs/
H A Dvxfs_extern.h29 extern const struct address_space_operations vxfs_immed_aops;
44 extern const struct address_space_operations vxfs_aops;
H A Dvxfs_immed.c51 const struct address_space_operations vxfs_immed_aops = {
H A Dvxfs_subr.c20 const struct address_space_operations vxfs_aops = {
/linux/fs/coda/
H A Dcoda_linux.h39 extern const struct address_space_operations coda_file_aops;
40 extern const struct address_space_operations coda_symlink_aops;
/linux/fs/squashfs/
H A Dsquashfs.h106 extern const struct address_space_operations squashfs_aops;
115 extern const struct address_space_operations squashfs_symlink_aops;
/linux/fs/gfs2/
H A Dmeta_io.h37 extern const struct address_space_operations gfs2_meta_aops;
38 extern const struct address_space_operations gfs2_rgrp_aops;
/linux/fs/isofs/
H A Dzisofs.h13 extern const struct address_space_operations zisofs_aops;
/linux/fs/ocfs2/
H A Dsymlink.h14 extern const struct address_space_operations ocfs2_fast_symlink_aops;
H A Dsymlink.c80 const struct address_space_operations ocfs2_fast_symlink_aops = {
/linux/include/linux/
H A Dsecretmem.h7 extern const struct address_space_operations secretmem_aops;
/linux/fs/smb/client/
H A Dcifsfs.h42 extern const struct address_space_operations cifs_addr_ops;
43 extern const struct address_space_operations cifs_addr_ops_smallbuf;
/linux/fs/erofs/
H A Dinternal.h395 extern const struct address_space_operations erofs_aops;
396 extern const struct address_space_operations erofs_fileio_aops;
397 extern const struct address_space_operations z_erofs_aops;
398 extern const struct address_space_operations erofs_fscache_access_aops;
/linux/fs/affs/
H A Daffs.h215 extern const struct address_space_operations affs_symlink_aops;
216 extern const struct address_space_operations affs_aops;
217 extern const struct address_space_operations affs_aops_ofs;
H A Dsymlink.c68 const struct address_space_operations affs_symlink_aops = {
/linux/fs/bfs/
H A Dbfs.h62 extern const struct address_space_operations bfs_aops;
/linux/fs/hfs/
H A Dhfs_fs.h202 extern const struct address_space_operations hfs_aops;
203 extern const struct address_space_operations hfs_btree_aops;
/linux/fs/efs/
H A Dsymlink.c48 const struct address_space_operations efs_symlink_aops = {
H A Defs.h130 extern const struct address_space_operations efs_symlink_aops;
/linux/fs/jfs/
H A Djfs_inode.h33 extern const struct address_space_operations jfs_aops;
/linux/scripts/
H A Dconst_structs.checkpatch2 address_space_operations
/linux/fs/omfs/
H A Domfs.h57 extern const struct address_space_operations omfs_aops;
/linux/fs/udf/
H A Dudfdecl.h82 extern const struct address_space_operations udf_aops;
83 extern const struct address_space_operations udf_symlink_aops;
/linux/fs/9p/
H A Dv9fs_vfs.h32 extern const struct address_space_operations v9fs_addr_operations;
/linux/fs/nilfs2/
H A Dnilfs.h403 extern const struct address_space_operations nilfs_aops;
404 extern const struct address_space_operations nilfs_buffer_cache_aops;

12345