Searched refs:wip (Results 1 – 6 of 6) sorted by relevance
/device/soc/rockchip/common/sdk_linux/fs/xfs/ |
D | xfs_inode.c | 2833 struct xfs_inode *wip, /* in: whiteout inode */ in xfs_sort_for_rename() argument 2856 if (wip) { in xfs_sort_for_rename() 2857 i_tab[i++] = wip; in xfs_sort_for_rename() 3002 static int xfs_rename_alloc_whiteout(struct xfs_inode *dp, struct xfs_inode **wip) in xfs_rename_alloc_whiteout() argument 3021 *wip = tmpfile; in xfs_rename_alloc_whiteout() 3034 struct xfs_inode *wip = NULL; /* whiteout inode */ in xfs_rename() local 3055 error = xfs_rename_alloc_whiteout(target_dp, &wip); in xfs_rename() 3064 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip, inodes, &num_inodes); in xfs_rename() 3105 if (wip) { in xfs_rename() 3106 xfs_trans_ijoin(tp, wip, XFS_ILOCK_EXCL); in xfs_rename() [all …]
|
/device/soc/esp/esp32/components/driver/ |
D | spi_bus_lock.c | 493 SPI_MASTER_ISR_ATTR static inline bool bg_exit_core(spi_bus_lock_t *lock, bool wip, BaseType_t *do_… in bg_exit_core() argument 496 if (wip) { in bg_exit_core() 723 SPI_MASTER_ISR_ATTR bool spi_bus_lock_bg_exit(spi_bus_lock_t* lock, bool wip, BaseType_t* do_yield) in spi_bus_lock_bg_exit() argument 725 return bg_exit_core(lock, wip, do_yield); in spi_bus_lock_bg_exit()
|
/device/soc/esp/esp32/components/spi_flash/include/ |
D | spi_flash_chip_driver.h | 187 esp_err_t (*yield)(esp_flash_t *chip, uint32_t wip);
|
D | spi_flash_chip_generic.h | 377 esp_err_t spi_flash_chip_generic_yield(esp_flash_t* chip, uint32_t wip);
|
/device/soc/esp/esp32/components/driver/include/driver/ |
D | spi_common_internal.h | 703 bool spi_bus_lock_bg_exit(spi_bus_lock_handle_t lock, bool wip, BaseType_t* do_yield);
|
/device/soc/esp/esp32/components/spi_flash/ |
D | spi_flash_chip_generic.c | 309 esp_err_t spi_flash_chip_generic_yield(esp_flash_t* chip, uint32_t wip) in spi_flash_chip_generic_yield() argument 312 …uint32_t flags = wip? 1: 0; //check_yield() and yield() impls should not issue suspend/resume if t… in spi_flash_chip_generic_yield()
|