Home
last modified time | relevance | path

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

123456

/Linux-v6.1/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.1/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.1/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.1/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.1/fs/squashfs/
Dsquashfs.h88 extern const struct address_space_operations squashfs_aops;
97 extern const struct address_space_operations squashfs_symlink_aops;
Dsymlink.c104 const struct address_space_operations squashfs_symlink_aops = {
/Linux-v6.1/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.1/fs/udf/
Dudfdecl.h85 extern const struct address_space_operations udf_aops;
86 extern const struct address_space_operations udf_adinicb_aops;
87 extern const struct address_space_operations udf_symlink_aops;
/Linux-v6.1/fs/isofs/
Dzisofs.h13 extern const struct address_space_operations zisofs_aops;
/Linux-v6.1/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.1/fs/cifs/
Dcifsfs.h42 extern const struct address_space_operations cifs_addr_ops;
43 extern const struct address_space_operations cifs_addr_ops_smallbuf;
/Linux-v6.1/include/linux/
Dsecretmem.h7 extern const struct address_space_operations secretmem_aops;
/Linux-v6.1/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.c70 const struct address_space_operations affs_symlink_aops = {
/Linux-v6.1/fs/bfs/
Dbfs.h62 extern const struct address_space_operations bfs_aops;
/Linux-v6.1/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.1/fs/efs/
Dsymlink.c52 const struct address_space_operations efs_symlink_aops = {
/Linux-v6.1/fs/jfs/
Djfs_inode.h33 extern const struct address_space_operations jfs_aops;
/Linux-v6.1/scripts/
Dconst_structs.checkpatch2 address_space_operations
/Linux-v6.1/fs/erofs/
Dinternal.h389 extern const struct address_space_operations erofs_raw_access_aops;
390 extern const struct address_space_operations z_erofs_aops;
616 extern const struct address_space_operations erofs_fscache_access_aops;
/Linux-v6.1/fs/omfs/
Domfs.h57 extern const struct address_space_operations omfs_aops;

123456