Home
last modified time | relevance | path

Searched refs:do_list (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/cmd/
H A Dpinmux.c101 static int do_list(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_list() function
122 U_BOOT_CMD_MKENT(list, 1, 1, do_list, "", ""),
H A Dpmic.c49 static int do_list(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_list() function
188 U_BOOT_CMD_MKENT(list, 1, 1, do_list, "", ""),
H A Dregulator.c85 static int do_list(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_list() function
421 U_BOOT_CMD_MKENT(list, 1, 1, do_list, "", ""),
/openbmc/linux/fs/btrfs/
H A Dinode.c2449 bool do_list = !btrfs_is_free_space_inode(inode); in btrfs_set_delalloc_extent() local
2465 if (do_list && !test_bit(BTRFS_INODE_IN_DELALLOC_LIST, in btrfs_set_delalloc_extent()
2503 bool do_list = !btrfs_is_free_space_inode(inode); in btrfs_clear_delalloc_extent() local
2523 do_list && !(state->state & EXTENT_NORESERVE) && in btrfs_clear_delalloc_extent()
2531 if (do_list && inode->delalloc_bytes == 0 && in btrfs_clear_delalloc_extent()