Home
last modified time | relevance | path

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

123456

/Linux-v6.6/fs/xfs/
Dxfs_aops.h9 extern const struct address_space_operations xfs_address_space_operations;
10 extern const struct address_space_operations xfs_dax_aops;
/Linux-v6.6/fs/ntfs/
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;
/Linux-v6.6/fs/freevxfs/
Dvxfs_extern.h29 extern const struct address_space_operations vxfs_immed_aops;
44 extern const struct address_space_operations vxfs_aops;
Dvxfs_immed.c51 const struct address_space_operations vxfs_immed_aops = {
Dvxfs_subr.c20 const struct address_space_operations vxfs_aops = {
/Linux-v6.6/fs/coda/
Dcoda_linux.h39 extern const struct address_space_operations coda_file_aops;
40 extern const struct address_space_operations coda_symlink_aops;
Dsymlink.c46 const struct address_space_operations coda_symlink_aops = {
/Linux-v6.6/fs/squashfs/
Dsquashfs.h101 extern const struct address_space_operations squashfs_aops;
110 extern const struct address_space_operations squashfs_symlink_aops;
/Linux-v6.6/fs/gfs2/
Dmeta_io.h37 extern const struct address_space_operations gfs2_meta_aops;
38 extern const struct address_space_operations gfs2_rgrp_aops;
/Linux-v6.6/fs/isofs/
Dzisofs.h13 extern const struct address_space_operations zisofs_aops;
/Linux-v6.6/fs/xfs/scrub/
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()
/Linux-v6.6/fs/ocfs2/
Dsymlink.h14 extern const struct address_space_operations ocfs2_fast_symlink_aops;
Dsymlink.c84 const struct address_space_operations ocfs2_fast_symlink_aops = {
/Linux-v6.6/include/linux/
Dsecretmem.h7 extern const struct address_space_operations secretmem_aops;
/Linux-v6.6/fs/smb/client/
Dcifsfs.h42 extern const struct address_space_operations cifs_addr_ops;
43 extern const struct address_space_operations cifs_addr_ops_smallbuf;
/Linux-v6.6/fs/affs/
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;
Dsymlink.c68 const struct address_space_operations affs_symlink_aops = {
/Linux-v6.6/fs/bfs/
Dbfs.h62 extern const struct address_space_operations bfs_aops;
/Linux-v6.6/fs/hfs/
Dhfs_fs.h201 extern const struct address_space_operations hfs_aops;
202 extern const struct address_space_operations hfs_btree_aops;
/Linux-v6.6/fs/efs/
Dsymlink.c52 const struct address_space_operations efs_symlink_aops = {
/Linux-v6.6/fs/jfs/
Djfs_inode.h33 extern const struct address_space_operations jfs_aops;
/Linux-v6.6/scripts/
Dconst_structs.checkpatch2 address_space_operations
/Linux-v6.6/fs/udf/
Dudfdecl.h82 extern const struct address_space_operations udf_aops;
83 extern const struct address_space_operations udf_symlink_aops;
/Linux-v6.6/fs/erofs/
Dinternal.h391 extern const struct address_space_operations erofs_raw_access_aops;
392 extern const struct address_space_operations z_erofs_aops;
393 extern const struct address_space_operations erofs_fscache_access_aops;
/Linux-v6.6/fs/omfs/
Domfs.h57 extern const struct address_space_operations omfs_aops;

123456