Searched refs:di_type (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dqnx4_fs.h59 qnx4_ftype_t di_type; member in struct:qnx4_inode_entry
/linux-master/fs/btrfs/
H A Dinode.c5696 u8 di_type = 0; local
5702 ret = btrfs_inode_by_name(BTRFS_I(dir), dentry, &location, &di_type);
5711 /* Do extra check against inode mode with di_type */
5712 if (btrfs_inode_type(inode) != di_type) {
5716 di_type);

Completed in 365 milliseconds