Searched refs:do_list (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | pinmux.c | 101 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 D | pmic.c | 49 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 D | regulator.c | 85 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 D | inode.c | 2449 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()
|