Home
last modified time | relevance | path

Searched refs:address_space_operations (Results 1 – 25 of 114) 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;
H A Dsymlink.c38 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/erofs/
H A Dinternal.h367 extern const struct address_space_operations erofs_aops;
368 extern const struct address_space_operations erofs_fileio_aops;
369 extern const struct address_space_operations z_erofs_aops;
370 extern const struct address_space_operations erofs_fscache_access_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 = { in ocfs2_fast_symlink_read_folio()
H A Dinode.h110 extern const struct address_space_operations ocfs2_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/hfs/
H A Dhfs_fs.h201 extern const struct address_space_operations hfs_aops;
202 extern const struct address_space_operations hfs_btree_aops;
/linux/fs/bfs/
H A Dbfs.h62 extern const struct address_space_operations bfs_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;
H A Djfs_metapage.h129 extern const struct address_space_operations jfs_metapage_aops;
/linux/fs/omfs/
H A Domfs.h57 extern const struct address_space_operations omfs_aops;
/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;
/linux/fs/9p/
H A Dv9fs_vfs.h32 extern const struct address_space_operations v9fs_addr_operations;
/linux/fs/hpfs/
H A Dhpfs_fn.h275 extern const struct address_space_operations hpfs_aops;
313 extern const struct address_space_operations hpfs_symlink_aops;

12345