Searched refs:vinode (Results 1 – 5 of 5) sorted by relevance
| /fs/bcachefs/ |
| A D | xattr.c | 333 struct dentry *dentry, struct inode *vinode, in bch2_xattr_get_handler() argument 336 struct bch_inode_info *inode = to_bch_ei(vinode); in bch2_xattr_get_handler() 349 struct dentry *dentry, struct inode *vinode, in bch2_xattr_set_handler() argument 353 struct bch_inode_info *inode = to_bch_ei(vinode); in bch2_xattr_set_handler() 411 struct dentry *dentry, struct inode *vinode, in __bch2_xattr_bcachefs_get() argument 415 struct bch_inode_info *inode = to_bch_ei(vinode); in __bch2_xattr_bcachefs_get() 461 struct dentry *dentry, struct inode *vinode, in bch2_xattr_bcachefs_get() argument 499 struct dentry *dentry, struct inode *vinode, in bch2_xattr_bcachefs_set() argument 503 struct bch_inode_info *inode = to_bch_ei(vinode); in bch2_xattr_bcachefs_set() 591 struct dentry *dentry, struct inode *vinode, in bch2_xattr_bcachefs_get_effective() argument [all …]
|
| A D | fs.c | 1488 struct bch_fs *c = vinode->i_sb->s_fs_info; in bch2_fiemap() 1598 return generic_file_open(vinode, file); in bch2_open() 1917 if (!IS_ERR(vinode) && vinode->i_generation != fid.gen) { in bch2_nfs_get_inode() 1918 iput(vinode); in bch2_nfs_get_inode() 1919 vinode = ERR_PTR(-ESTALE); in bch2_nfs_get_inode() 1921 return vinode; in bch2_nfs_get_inode() 2143 struct bch_fs *c = vinode->i_sb->s_fs_info; in bch2_vfs_write_inode() 2157 struct bch_fs *c = vinode->i_sb->s_fs_info; in bch2_evict_inode() 2445 struct inode *vinode; in bch2_fs_get_tree() local 2573 ret = PTR_ERR_OR_ZERO(vinode); in bch2_fs_get_tree() [all …]
|
| A D | fs-ioctl.c | 41 struct inode *vinode = NULL; in bch2_ioc_reinherit_attrs() local 62 vinode = bch2_vfs_inode_get(c, inum); in bch2_ioc_reinherit_attrs() 63 ret = PTR_ERR_OR_ZERO(vinode); in bch2_ioc_reinherit_attrs() 67 dst = to_bch_ei(vinode); in bch2_ioc_reinherit_attrs() 94 iput(vinode); in bch2_ioc_reinherit_attrs()
|
| A D | fs-io-pagecache.c | 693 loff_t bch2_seek_pagecache_data(struct inode *vinode, in bch2_seek_pagecache_data() argument 709 while (filemap_get_folios(vinode->i_mapping, in bch2_seek_pagecache_data() 782 loff_t bch2_seek_pagecache_hole(struct inode *vinode, in bch2_seek_pagecache_hole() argument 788 struct address_space *mapping = vinode->i_mapping; in bch2_seek_pagecache_hole()
|
| A D | acl.c | 270 struct posix_acl *bch2_get_acl(struct inode *vinode, int type, bool rcu) in bch2_get_acl() argument 272 struct bch_inode_info *inode = to_bch_ei(vinode); in bch2_get_acl()
|
Completed in 15 milliseconds