Home
last modified time | relevance | path

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

123456

/openbmc/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;
/openbmc/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 = {
/openbmc/linux/fs/ntfs/
H A 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;
/openbmc/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.c46 const struct address_space_operations coda_symlink_aops = {
/openbmc/linux/fs/squashfs/
H A Dsquashfs.h101 extern const struct address_space_operations squashfs_aops;
110 extern const struct address_space_operations squashfs_symlink_aops;
/openbmc/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;
/openbmc/linux/fs/isofs/
H A Dzisofs.h13 extern const struct address_space_operations zisofs_aops;
/openbmc/linux/fs/ocfs2/
H A Dsymlink.h14 extern const struct address_space_operations ocfs2_fast_symlink_aops;
H A Dsymlink.c84 const struct address_space_operations ocfs2_fast_symlink_aops = {
/openbmc/linux/include/linux/
H A Dsecretmem.h7 extern const struct address_space_operations secretmem_aops;
/openbmc/linux/fs/xfs/scrub/
H A Dxfile.c212 const struct address_space_operations *aops = mapping->a_ops; in xfile_pwrite()
327 const struct address_space_operations *aops = mapping->a_ops; in xfile_get_page()
399 const struct address_space_operations *aops = mapping->a_ops; in xfile_put_page()
/openbmc/linux/fs/bfs/
H A Dbfs.h62 extern const struct address_space_operations bfs_aops;
/openbmc/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;
/openbmc/linux/fs/affs/
H A Daffs.h216 extern const struct address_space_operations affs_symlink_aops;
217 extern const struct address_space_operations affs_aops;
218 extern const struct address_space_operations affs_aops_ofs;
H A Dsymlink.c68 const struct address_space_operations affs_symlink_aops = {
/openbmc/linux/fs/efs/
H A Dsymlink.c52 const struct address_space_operations efs_symlink_aops = {
/openbmc/linux/fs/jfs/
H A Djfs_inode.h33 extern const struct address_space_operations jfs_aops;
/openbmc/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;
/openbmc/linux/scripts/
H A Dconst_structs.checkpatch2 address_space_operations
/openbmc/linux/fs/erofs/
H A Dinternal.h383 extern const struct address_space_operations erofs_raw_access_aops;
384 extern const struct address_space_operations z_erofs_aops;
385 extern const struct address_space_operations erofs_fscache_access_aops;
/openbmc/linux/fs/omfs/
H A Domfs.h57 extern const struct address_space_operations omfs_aops;
/openbmc/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;

123456