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

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

Completed in 189 milliseconds