Home
last modified time | relevance | path

Searched refs:ei_inode (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dfs.h42 struct bch_inode_unpacked ei_inode; member
124 return !(inode->ei_inode.bi_fields_set & (1 << id)) && in inode_attr_changing()
125 bch2_inode_opt_get(&dir->ei_inode, id) != in inode_attr_changing()
126 bch2_inode_opt_get(&inode->ei_inode, id); in inode_attr_changing()
Dxattr.c143 struct bch_hash_info hash = bch2_hash_info_init(trans->c, &inode->ei_inode); in bch2_xattr_get_trans()
309 u64 offset = 0, inum = inode->ei_inode.bi_inum; in bch2_xattr_list()
321 bch2_xattr_list_bcachefs(c, &inode->ei_inode, &buf, false) ?: in bch2_xattr_list()
322 bch2_xattr_list_bcachefs(c, &inode->ei_inode, &buf, true); in bch2_xattr_list()
350 struct bch_hash_info hash = bch2_hash_info_init(c, &inode->ei_inode); in bch2_xattr_set_handler()
413 bch2_inode_opts_to_opts(&inode->ei_inode); in __bch2_xattr_bcachefs_get()
434 !(inode->ei_inode.bi_fields_set & (1 << inode_opt_id))) in __bch2_xattr_bcachefs_get()
545 s.v = bch2_inode_opt_get(&dir->ei_inode, inode_opt_id); in bch2_xattr_bcachefs_set()
572 (opt_id == Opt_compression && !inode_opt_get(c, &inode->ei_inode, background_compression)))) in bch2_xattr_bcachefs_set()
573 bch2_set_rebalance_needs_scan(c, inode->ei_inode.bi_inum); in bch2_xattr_bcachefs_set()
Dfs-io-pagecache.h123 return inode->ei_inode.bi_data_replicas in inode_nr_replicas()
124 ? inode->ei_inode.bi_data_replicas - 1 in inode_nr_replicas()
Dfs-ioctl.c71 unsigned flags = map_flags(bch_flags_to_uflags, inode->ei_inode.bi_flags); in bch2_ioc_getflags()
119 fa.fsx_xflags = map_flags(bch_flags_to_xflags, inode->ei_inode.bi_flags); in bch2_ioc_fsgetxattr()
121 if (inode->ei_inode.bi_fields_set & (1 << Inode_opt_project)) in bch2_ioc_fsgetxattr()
205 return !bch2_reinherit_attrs(bi, &dir->ei_inode); in bch2_reinherit_attrs_fn()
213 struct bch_hash_info hash = bch2_hash_info_init(c, &src->ei_inode); in bch2_ioc_reinherit_attrs()
Dfs.c75 inode->ei_inode = *bi; in bch2_inode_update_after_write()
656 struct bch_hash_info hash = bch2_hash_info_init(c, &dir->ei_inode); in bch2_lookup()
956 bch_qid(&src_inode->ei_inode), in bch2_rename2()
961 bch_qid(&dst_inode->ei_inode), in bch2_rename2()
1130 stat->btime = bch2_time_to_timespec(c, inode->ei_inode.bi_otime); in bch2_getattr()
1133 if (inode->ei_inode.bi_flags & BCH_INODE_immutable) in bch2_getattr()
1137 if (inode->ei_inode.bi_flags & BCH_INODE_append) in bch2_getattr()
1141 if (inode->ei_inode.bi_flags & BCH_INODE_nodump) in bch2_getattr()
1523 .gen = inode->ei_inode.bi_generation, in bch2_inode_to_fid()
1606 .subvol = inode->ei_inode.bi_parent_subvol ?: in bch2_get_parent()
[all …]
Dfs-ioctl.h75 set_flags(bch_flags_to_vfs, inode->ei_inode.bi_flags, inode->v.i_flags); in bch2_inode_flags_to_vfs()
Dfs-io-direct.c78 bch2_inode_opts_get(&opts, c, &inode->ei_inode); in bch2_direct_IO_read()
448 bch2_inode_opts_get(&opts, c, &inode->ei_inode); in bch2_dio_write_loop()
593 prefetch(&inode->ei_inode); in bch2_direct_write()
594 prefetch((void *) &inode->ei_inode + 64); in bch2_direct_write()
Dfs-io.c150 inode->ei_inode.bi_sectors); in __bch2_i_sectors_acct()
479 inode->ei_inode.bi_sectors); in bchfs_truncate()
584 bch2_inode_opts_get(&opts, c, &inode->ei_inode); in __bchfs_fallocate()
Dfs-io-buffered.c252 bch2_inode_opts_get(&opts, c, &inode->ei_inode); in bch2_readahead()
305 bch2_inode_opts_get(&opts, c, &inode->ei_inode); in bch2_read_single_folio()
359 bch2_inode_opts_get(&ret.opts, c, &inode->ei_inode); in bch_writepage_state_init()
Dacl.c279 struct bch_hash_info hash = bch2_hash_info_init(c, &inode->ei_inode); in bch2_get_acl()