Searched refs:vinode (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | xattr.c | 328 struct dentry *dentry, struct inode *vinode, in bch2_xattr_get_handler() argument 331 struct bch_inode_info *inode = to_bch_ei(vinode); in bch2_xattr_get_handler() 344 struct dentry *dentry, struct inode *vinode, in bch2_xattr_set_handler() argument 348 struct bch_inode_info *inode = to_bch_ei(vinode); in bch2_xattr_set_handler() 406 struct dentry *dentry, struct inode *vinode, in __bch2_xattr_bcachefs_get() argument 410 struct bch_inode_info *inode = to_bch_ei(vinode); in __bch2_xattr_bcachefs_get() 456 struct dentry *dentry, struct inode *vinode, in bch2_xattr_bcachefs_get() argument 488 struct dentry *dentry, struct inode *vinode, in bch2_xattr_bcachefs_set() argument 492 struct bch_inode_info *inode = to_bch_ei(vinode); in bch2_xattr_bcachefs_set() 587 struct dentry *dentry, struct inode *vinode, in bch2_xattr_bcachefs_get_effective() argument [all …]
|
| A D | fs.c | 1242 struct bch_fs *c = vinode->i_sb->s_fs_info; in bch2_fiemap() 1396 return generic_file_open(vinode, file); in bch2_open() 1571 if (!IS_ERR(vinode) && vinode->i_generation != fid.gen) { in bch2_nfs_get_inode() 1572 iput(vinode); in bch2_nfs_get_inode() 1573 vinode = ERR_PTR(-ESTALE); in bch2_nfs_get_inode() 1575 return vinode; in bch2_nfs_get_inode() 1797 struct bch_fs *c = vinode->i_sb->s_fs_info; in bch2_vfs_write_inode() 1811 struct bch_fs *c = vinode->i_sb->s_fs_info; in bch2_evict_inode() 2130 struct inode *vinode; in bch2_fs_get_tree() local 2234 ret = PTR_ERR_OR_ZERO(vinode); in bch2_fs_get_tree() [all …]
|
| A D | fs-ioctl.c | 215 struct inode *vinode = NULL; in bch2_ioc_reinherit_attrs() local 236 vinode = bch2_vfs_inode_get(c, inum); in bch2_ioc_reinherit_attrs() 237 ret = PTR_ERR_OR_ZERO(vinode); in bch2_ioc_reinherit_attrs() 241 dst = to_bch_ei(vinode); in bch2_ioc_reinherit_attrs() 268 iput(vinode); in bch2_ioc_reinherit_attrs()
|
| A D | fs-io-pagecache.c | 689 loff_t bch2_seek_pagecache_data(struct inode *vinode, in bch2_seek_pagecache_data() argument 705 while (filemap_get_folios(vinode->i_mapping, in bch2_seek_pagecache_data() 778 loff_t bch2_seek_pagecache_hole(struct inode *vinode, in bch2_seek_pagecache_hole() argument 784 struct address_space *mapping = vinode->i_mapping; in bch2_seek_pagecache_hole()
|
| A D | acl.c | 275 struct posix_acl *bch2_get_acl(struct inode *vinode, int type, bool rcu) in bch2_get_acl() argument 277 struct bch_inode_info *inode = to_bch_ei(vinode); in bch2_get_acl()
|
Completed in 17 milliseconds