Searched defs:ipage (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | inline.c | 36 static bool inode_has_blocks(struct inode *inode, struct page *ipage) in inode_has_blocks() 51 bool f2fs_sanity_check_inline_data(struct inode *inode, struct page *ipage) in f2fs_sanity_check_inline_data() 82 void f2fs_do_read_inline_data(struct page *page, struct page *ipage) in f2fs_do_read_inline_data() 101 struct page *ipage, u64 from) in f2fs_truncate_inline_inode() 120 struct page *ipage; in f2fs_read_inline_data() local 221 struct page *ipage, *page; in f2fs_convert_inline_inode() local 300 struct page *ipage; in f2fs_recover_inline_data() local 362 struct page *ipage; in f2fs_find_in_inline_dir() local 389 struct page *ipage) in f2fs_make_empty_inline_dir() 411 static int f2fs_move_inline_dirents(struct inode *dir, struct page *ipage, in f2fs_move_inline_dirents() [all …]
|
H A D | xattr.c | 155 const struct qstr *qstr, struct page *ipage) in f2fs_init_security() 274 static int read_inline_xattr(struct inode *inode, struct page *ipage, in read_inline_xattr() 317 static int lookup_all_xattrs(struct inode *inode, struct page *ipage, in lookup_all_xattrs() 388 static int read_all_xattrs(struct inode *inode, struct page *ipage, in read_all_xattrs() 432 void *txattr_addr, struct page *ipage) in write_all_xattrs() 515 void *buffer, size_t buffer_size, struct page *ipage) in f2fs_getxattr() 630 struct page *ipage, int flags) in __f2fs_setxattr() 803 struct page *ipage, int flags) in f2fs_setxattr()
|
H A D | acl.c | 231 struct posix_acl *acl, struct page *ipage) in __f2fs_set_acl() 414 int f2fs_init_acl(struct inode *inode, struct inode *dir, struct page *ipage, in f2fs_init_acl()
|
H A D | acl.h | 46 struct page *ipage, struct page *dpage) in f2fs_init_acl()
|
H A D | xattr.h | 162 const struct qstr *qstr, struct page *ipage) in f2fs_init_security()
|
H A D | inode.c | 101 static void __recover_inline_status(struct inode *inode, struct page *ipage) in __recover_inline_status()
|
H A D | extent_cache.c | 22 bool sanity_check_extent_cache(struct inode *inode, struct page *ipage) in sanity_check_extent_cache() 378 void f2fs_init_read_extent_tree(struct inode *inode, struct page *ipage) in f2fs_init_read_extent_tree()
|
H A D | dir.c | 489 struct page *ipage) in init_dent_inode() 666 bool f2fs_has_enough_room(struct inode *dir, struct page *ipage, in f2fs_has_enough_room()
|
H A D | data.c | 1347 struct page *ipage, pgoff_t index, bool new_i_size) in f2fs_get_new_data_page() 3341 struct page *ipage; in prepare_write_begin() local 3421 struct page *ipage; in __find_data_block() local 3449 struct page *ipage; in __reserve_data_block() local
|
H A D | recovery.c | 167 static int recover_dentry(struct inode *inode, struct page *ipage, in recover_dentry()
|
H A D | node.c | 2706 struct page *ipage; in f2fs_recover_inline_xattr() local 2792 struct page *ipage; in f2fs_recover_inode_page() local
|
H A D | file.c | 706 struct page *ipage; in f2fs_do_truncate_blocks() local
|
H A D | f2fs.h | 981 struct page *ipage, struct page *npage, nid_t nid) in set_new_dnode()
|