Home
last modified time | relevance | path

Searched refs:ro_flags (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode-item.h67 static inline u64 btrfs_inode_combine_flags(u32 flags, u32 ro_flags) in btrfs_inode_combine_flags() argument
69 return (flags | ((u64)ro_flags << 32)); in btrfs_inode_combine_flags()
73 u32 *flags, u32 *ro_flags) in btrfs_inode_split_flags()
76 *ro_flags = (u32)(inode_item_flags >> 32); in btrfs_inode_split_flags()
72 btrfs_inode_split_flags(u64 inode_item_flags, u32 *flags, u32 *ro_flags) btrfs_inode_split_flags() argument
H A Dverity.c488 inode->ro_flags &= ~BTRFS_INODE_RO_VERITY; in rollback_verity()
555 inode->ro_flags |= BTRFS_INODE_RO_VERITY; in finish_verity()
H A Dtree-checker.c1071 u32 ro_flags; in check_inode_item() local
1133 btrfs_inode_split_flags(btrfs_inode_flags(leaf, iitem), &flags, &ro_flags); in check_inode_item() local
1140 (ro_flags & ~BTRFS_INODE_RO_FLAG_MASK))) { in check_inode_item()
1143 ro_flags); in check_inode_item()
H A Dbtrfs_inode.h224 u32 ro_flags; member
H A Ddelayed-inode.c1832 BTRFS_I(inode)->ro_flags); in fill_stack_inode_item()
1892 &BTRFS_I(inode)->flags, &BTRFS_I(inode)->ro_flags); in btrfs_fill_inode()
H A Dioctl.c143 u32 ro_flags = binode->ro_flags; in btrfs_inode_flags_to_fsflags() local
159 if (ro_flags & BTRFS_INODE_RO_VERITY) in btrfs_inode_flags_to_fsflags()
188 if (binode->ro_flags & BTRFS_INODE_RO_VERITY) in btrfs_sync_inode_flags_to_i_flags()
H A Dinode.c3798 &BTRFS_I(inode)->flags, &BTRFS_I(inode)->ro_flags); in btrfs_read_locked_inode()
3966 BTRFS_I(inode)->ro_flags); in fill_inode_item()
8491 ei->ro_flags = 0; in btrfs_alloc_inode()
8660 u32 bi_ro_flags = BTRFS_I(inode)->ro_flags; in btrfs_getattr()
H A Dtree-log.c4168 BTRFS_I(inode)->ro_flags); in fill_inode_item()
/third_party/node/deps/uvwasi/include/
H A Duvwasi.h273 uvwasi_roflags_t* ro_flags);
/third_party/node/src/
H A Dnode_wasi.cc1583 uvwasi_roflags_t ro_flags; in SockRecv() local
1590 &ro_flags); in SockRecv()
1593 uvwasi_serdes_write_roflags_t(memory, ro_flags_ptr, ro_flags); in SockRecv()
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c2597 uvwasi_roflags_t* ro_flags) { in uvwasi_sock_recv()
2603 "ri_data_len=%d, ri_flags=%d, ro_datalen=%p, ro_flags=%p)\n", in uvwasi_sock_recv()
2610 ro_flags); in uvwasi_sock_recv()
2612 if (uvwasi == NULL || ri_data == NULL || ro_datalen == NULL || ro_flags == NULL) in uvwasi_sock_recv()
2591 uvwasi_sock_recv(uvwasi_t* uvwasi, uvwasi_fd_t sock, const uvwasi_iovec_t* ri_data, uvwasi_size_t ri_data_len, uvwasi_riflags_t ri_flags, uvwasi_size_t* ro_datalen, uvwasi_roflags_t* ro_flags) uvwasi_sock_recv() argument

Completed in 37 milliseconds