Home
last modified time | relevance | path

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

123456

/linux-6.3-rc2/fs/xfs/
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.3-rc2/fs/ntfs/
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;
/linux-6.3-rc2/fs/freevxfs/
A Dvxfs_extern.h29 extern const struct address_space_operations vxfs_immed_aops;
44 extern const struct address_space_operations vxfs_aops;
A Dvxfs_immed.c51 const struct address_space_operations vxfs_immed_aops = {
A Dvxfs_subr.c20 const struct address_space_operations vxfs_aops = {
/linux-6.3-rc2/fs/coda/
A Dcoda_linux.h39 extern const struct address_space_operations coda_file_aops;
40 extern const struct address_space_operations coda_symlink_aops;
A Dsymlink.c46 const struct address_space_operations coda_symlink_aops = {
/linux-6.3-rc2/fs/squashfs/
A Dsquashfs.h101 extern const struct address_space_operations squashfs_aops;
110 extern const struct address_space_operations squashfs_symlink_aops;
A Dsymlink.c104 const struct address_space_operations squashfs_symlink_aops = {
/linux-6.3-rc2/fs/gfs2/
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.3-rc2/fs/isofs/
A Dzisofs.h13 extern const struct address_space_operations zisofs_aops;
/linux-6.3-rc2/fs/ocfs2/
A Dsymlink.h14 extern const struct address_space_operations ocfs2_fast_symlink_aops;
A Dsymlink.c84 const struct address_space_operations ocfs2_fast_symlink_aops = {
/linux-6.3-rc2/include/linux/
A Dsecretmem.h7 extern const struct address_space_operations secretmem_aops;
/linux-6.3-rc2/fs/cifs/
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.3-rc2/fs/affs/
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;
A Dsymlink.c70 const struct address_space_operations affs_symlink_aops = {
/linux-6.3-rc2/fs/bfs/
A Dbfs.h62 extern const struct address_space_operations bfs_aops;
/linux-6.3-rc2/fs/hfs/
A Dhfs_fs.h201 extern const struct address_space_operations hfs_aops;
202 extern const struct address_space_operations hfs_btree_aops;
/linux-6.3-rc2/fs/efs/
A Dsymlink.c52 const struct address_space_operations efs_symlink_aops = {
/linux-6.3-rc2/fs/jfs/
A Djfs_inode.h33 extern const struct address_space_operations jfs_aops;
/linux-6.3-rc2/fs/erofs/
A Dinternal.h436 extern const struct address_space_operations erofs_raw_access_aops;
437 extern const struct address_space_operations z_erofs_aops;
438 extern const struct address_space_operations erofs_fscache_access_aops;
/linux-6.3-rc2/scripts/
A Dconst_structs.checkpatch2 address_space_operations
/linux-6.3-rc2/fs/udf/
A Dudfdecl.h82 extern const struct address_space_operations udf_aops;
83 extern const struct address_space_operations udf_symlink_aops;
/linux-6.3-rc2/fs/omfs/
A Domfs.h57 extern const struct address_space_operations omfs_aops;

Completed in 29 milliseconds

123456