Lines Matching refs:iref
1006 struct fuse_entry_param *pentry, u64 iref) in ntfs_fuse_fillstat() argument
1011 pentry->ino = MREF(iref); in ntfs_fuse_fillstat()
1033 u64 iref; in ntfs_fuse_lookup() local
1051 iref = ntfs_inode_lookup_by_mbsname(dir_ni, in ntfs_fuse_lookup()
1054 if (MREF(iref) <= 1) { in ntfs_fuse_lookup()
1055 iref = (u64)-1; in ntfs_fuse_lookup()
1059 && (iref != (u64)-1) in ntfs_fuse_lookup()
1061 &security,&entry,iref); in ntfs_fuse_lookup()
2695 u64 iref; in ntfs_fuse_rm() local
2724 iref = ntfs_inode_lookup_by_mbsname(dir_ni, name); in ntfs_fuse_rm()
2725 if (iref == (u64)-1) { in ntfs_fuse_rm()
2729 ino = (fuse_ino_t)MREF(iref); in ntfs_fuse_rm()