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.c5713 u8 di_type = 0; local
5719 ret = btrfs_inode_by_name(BTRFS_I(dir), dentry, &location, &di_type);
5728 /* Do extra check against inode mode with di_type */
5729 if (btrfs_inode_type(inode) != di_type) {
5733 di_type);

Completed in 266 milliseconds