Home
last modified time | relevance | path

Searched refs:aops (Results 1 – 7 of 7) sorted by relevance

/fs/freevxfs/
A Dvxfs_inode.c254 const struct address_space_operations *aops; in vxfs_iget() local
272 aops = &vxfs_immed_aops; in vxfs_iget()
274 aops = &vxfs_aops; in vxfs_iget()
278 ip->i_mapping->a_ops = aops; in vxfs_iget()
282 ip->i_mapping->a_ops = aops; in vxfs_iget()
/fs/f2fs/
A Dverity.c75 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write() local
87 res = aops->write_begin(NULL, mapping, pos, n, &folio, &fsdata); in pagecache_write()
93 res = aops->write_end(NULL, mapping, pos, n, n, folio, fsdata); in pagecache_write()
/fs/ext4/
A Dverity.c71 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write() local
83 res = aops->write_begin(NULL, mapping, pos, n, &folio, &fsdata); in pagecache_write()
89 res = aops->write_end(NULL, mapping, pos, n, n, folio, fsdata); in pagecache_write()
/fs/gfs2/
A DMakefile6 aops.o dentry.o export.o file.o \
/fs/ocfs2/
A DMakefile13 aops.o \
/fs/
A Dbuffer.c2476 const struct address_space_operations *aops = mapping->a_ops; in generic_cont_expand_simple() local
2485 err = aops->write_begin(NULL, mapping, size, 0, &folio, &fsdata); in generic_cont_expand_simple()
2489 err = aops->write_end(NULL, mapping, size, 0, 0, folio, fsdata); in generic_cont_expand_simple()
2502 const struct address_space_operations *aops = mapping->a_ops; in cont_expand_zero() local
2522 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero()
2527 err = aops->write_end(iocb, mapping, curpos, len, len, in cont_expand_zero()
2555 err = aops->write_begin(iocb, mapping, curpos, len, in cont_expand_zero()
2560 err = aops->write_end(iocb, mapping, curpos, len, len, in cont_expand_zero()
A Dnamei.c5502 const struct address_space_operations *aops = mapping->a_ops; in page_symlink() local
5512 err = aops->write_begin(NULL, mapping, 0, len-1, &folio, &fsdata); in page_symlink()
5520 err = aops->write_end(NULL, mapping, 0, len - 1, len - 1, in page_symlink()

Completed in 20 milliseconds