Home
last modified time | relevance | path

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

123456

/linux-6.15/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-6.15/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-6.15/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-6.15/fs/squashfs/
H A Dsquashfs.h106 extern const struct address_space_operations squashfs_aops;
115 extern const struct address_space_operations squashfs_symlink_aops;
H A Dsymlink.c101 const struct address_space_operations squashfs_symlink_aops = {
/linux-6.15/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-6.15/fs/isofs/
H A Dzisofs.h13 extern const struct address_space_operations zisofs_aops;
/linux-6.15/fs/erofs/
H A Dinternal.h359 extern const struct address_space_operations erofs_aops;
360 extern const struct address_space_operations erofs_fileio_aops;
361 extern const struct address_space_operations z_erofs_aops;
362 extern const struct address_space_operations erofs_fscache_access_aops;
/linux-6.15/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-6.15/include/linux/
H A Dsecretmem.h7 extern const struct address_space_operations secretmem_aops;
/linux-6.15/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-6.15/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-6.15/fs/bfs/
H A Dbfs.h62 extern const struct address_space_operations bfs_aops;
/linux-6.15/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-6.15/fs/efs/
H A Dsymlink.c48 const struct address_space_operations efs_symlink_aops = {
/linux-6.15/fs/jfs/
H A Djfs_inode.h33 extern const struct address_space_operations jfs_aops;
/linux-6.15/scripts/
H A Dconst_structs.checkpatch2 address_space_operations
/linux-6.15/fs/omfs/
H A Domfs.h57 extern const struct address_space_operations omfs_aops;
/linux-6.15/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-6.15/fs/9p/
H A Dv9fs_vfs.h32 extern const struct address_space_operations v9fs_addr_operations;

123456