Searched refs:vinode (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H 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 494 struct dentry *dentry, struct inode *vinode, in bch2_xattr_bcachefs_set() argument 498 struct bch_inode_info *inode = to_bch_ei(vinode); in bch2_xattr_bcachefs_set() 586 struct dentry *dentry, struct inode *vinode, in bch2_xattr_bcachefs_get_effective() argument [all …]
|
| H 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()
|
| H A D | fs.c | 1492 struct bch_fs *c = vinode->i_sb->s_fs_info; in bch2_fiemap() 1601 return generic_file_open(vinode, file); in bch2_open() 1919 if (!IS_ERR(vinode) && vinode->i_generation != fid.gen) { in bch2_nfs_get_inode() 1920 iput(vinode); in bch2_nfs_get_inode() 1921 vinode = ERR_PTR(-ESTALE); in bch2_nfs_get_inode() 1923 return vinode; in bch2_nfs_get_inode() 2145 struct bch_fs *c = vinode->i_sb->s_fs_info; in bch2_vfs_write_inode() 2159 struct bch_fs *c = vinode->i_sb->s_fs_info; in bch2_evict_inode() 2440 struct inode *vinode; in bch2_fs_get_tree() local 2553 ret = PTR_ERR_OR_ZERO(vinode); in bch2_fs_get_tree() [all …]
|
| H 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()
|
| H 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()
|