Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/kernel/fs/freevxfs/
H A Dvxfs_extern.h54 extern const struct address_space_operations vxfs_immed_aops;
69 extern const struct address_space_operations vxfs_aops;
H A Dvxfs_immed.c46 const struct address_space_operations vxfs_immed_aops = {
H A Dvxfs_subr.c44 const struct address_space_operations vxfs_aops = {
/OK3568_Linux_fs/kernel/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 = {
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Dsquashfs.h88 extern const struct address_space_operations squashfs_aops;
97 extern const struct address_space_operations squashfs_symlink_aops;
H A Dsymlink.c103 const struct address_space_operations squashfs_symlink_aops = {
/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/kernel/fs/udf/
H A 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;
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.h55 extern const struct address_space_operations cifs_addr_ops;
56 extern const struct address_space_operations cifs_addr_ops_smallbuf;
/OK3568_Linux_fs/kernel/fs/affs/
H A Daffs.h210 extern const struct address_space_operations affs_symlink_aops;
211 extern const struct address_space_operations affs_aops;
212 extern const struct address_space_operations affs_aops_ofs;
H A Dsymlink.c69 const struct address_space_operations affs_symlink_aops = {
/OK3568_Linux_fs/kernel/fs/isofs/
H A Dzisofs.h13 extern const struct address_space_operations zisofs_aops;
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dsymlink.h16 extern const struct address_space_operations ocfs2_fast_symlink_aops;
H A Dsymlink.c85 const struct address_space_operations ocfs2_fast_symlink_aops = {
/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/kernel/fs/bfs/
H A Dbfs.h62 extern const struct address_space_operations bfs_aops;
/OK3568_Linux_fs/kernel/scripts/
H A Dconst_structs.checkpatch2 address_space_operations
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_inode.h31 extern const struct address_space_operations jfs_aops;
/OK3568_Linux_fs/kernel/fs/efs/
H A Dsymlink.c51 const struct address_space_operations efs_symlink_aops = {
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dinternal.h307 extern const struct address_space_operations erofs_raw_access_aops;
308 extern const struct address_space_operations z_erofs_aops;
/OK3568_Linux_fs/kernel/fs/omfs/
H A Domfs.h57 extern const struct address_space_operations omfs_aops;
/OK3568_Linux_fs/kernel/fs/9p/
H A Dv9fs_vfs.h32 extern const struct address_space_operations v9fs_addr_operations;

123456