Home
last modified time | relevance | path

Searched refs:dir_type (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/fs/btrfs/
Dtree-checker.c262 u8 dir_type; in check_dir_item() local
273 dir_type = btrfs_dir_type(leaf, di); in check_dir_item()
274 if (dir_type >= BTRFS_FT_MAX) { in check_dir_item()
277 dir_type, BTRFS_FT_MAX); in check_dir_item()
282 dir_type != BTRFS_FT_XATTR) { in check_dir_item()
285 dir_type, BTRFS_FT_XATTR); in check_dir_item()
288 if (dir_type == BTRFS_FT_XATTR && in check_dir_item()
294 if (dir_type == BTRFS_FT_XATTR) in check_dir_item()
316 if (data_len && dir_type != BTRFS_FT_XATTR) { in check_dir_item()
Dctree.h1963 BTRFS_SETGET_FUNCS(dir_type, struct btrfs_dir_item, type, 8);
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c1413 u16 dir_type, in bnxt_flash_nvram() argument
1428 req.dir_type = cpu_to_le16(dir_type); in bnxt_flash_nvram()
1451 u16 dir_type) in bnxt_firmware_reset() argument
1460 switch (dir_type) { in bnxt_firmware_reset()
1498 u16 dir_type, in bnxt_flash_firmware() argument
1508 switch (dir_type) { in bnxt_flash_firmware()
1536 dir_type); in bnxt_flash_firmware()
1569 rc = bnxt_flash_nvram(dev, dir_type, BNX_DIR_ORDINAL_FIRST, in bnxt_flash_firmware()
1572 rc = bnxt_firmware_reset(dev, dir_type); in bnxt_flash_firmware()
1578 u16 dir_type, in bnxt_flash_microcode() argument
[all …]
Dbnxt_devlink.c52 if (nvm_param.dir_type == BNXT_NVM_PORT_CFG) in bnxt_hwrm_nvm_req()
54 else if (nvm_param.dir_type == BNXT_NVM_FUNC_CFG) in bnxt_hwrm_nvm_req()
Dbnxt_devlink.h47 u16 dir_type; member
Dbnxt_fw_hdr.h113 __le16 dir_type; member
Dbnxt_hsi.h6575 __le16 dir_type; member
6644 __le16 dir_type; member
6751 __le16 dir_type; member
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dwmi.h1125 enum dir_type { enum