Searched refs:i_ump (Results 1 – 13 of 13) sorted by relevance
250 fmp = (struct fusefs_mnt *)ip->i_ump; in fusefs_open()301 fmp = (struct fusefs_mnt *)ip->i_ump; in fusefs_close()361 fmp = (struct fusefs_mnt *)ip->i_ump; in fusefs_access()412 fmp = (struct fusefs_mnt *)ip->i_ump; in fusefs_getattr()488 fmp = (struct fusefs_mnt *)ip->i_ump; in fusefs_setattr()637 fmp = (struct fusefs_mnt *)ip->i_ump; in fusefs_link()701 fmp = (struct fusefs_mnt *)dp->i_ump; in fusefs_symlink()767 fmp = (struct fusefs_mnt *)ip->i_ump; in fusefs_readdir()868 fmp = (struct fusefs_mnt *)ip->i_ump; in fusefs_inactive()915 fmp = (struct fusefs_mnt *)ip->i_ump; in fusefs_readlink()[all …]
40 struct fusefs_mnt *i_ump; member
58 fmp = (struct fusefs_mnt *)dp->i_ump; in fusefs_lookup()
312 ip->i_ump = fmp; in fusefs_vget()
71 struct ufsmount *i_ump; member259 #define i_devvp i_ump->um_devvp269 (((ip)->i_ump->um_fstype == UM_UFS1) ? \279 if ((ip)->i_ump->um_fstype == UM_UFS1) \298 (((ip)->i_ump->um_fstype == UM_UFS1) ? \
134 ((ip)->i_ump->um_fstype == UM_UFS1) ? \
157 ump = ip->i_ump; in getinoquota()286 dq->dq_btime = gettime() + ip->i_ump->um_btime[type]; in chkdqchg()406 dq->dq_itime = gettime() + ip->i_ump->um_itime[type]; in chkiqchg()436 struct ufsmount *ump = ip->i_ump; in chkdquot()
185 if (ip->i_ump->um_fstype == UM_UFS2) { in ufs_bmaparray()
1304 if (len < ip->i_ump->um_maxsymlinklen) { in ufs_symlink()1434 if (isize < ip->i_ump->um_maxsymlinklen) in ufs_readlink()
102 if (ip->i_ump->um_fstype == UM_UFS2) in ffs_update()153 DIP(oip, size) < oip->i_ump->um_maxsymlinklen) { in ffs_truncate()381 #define BAP(ip, i) (((ip)->i_ump->um_fstype == UM_UFS2) ? bap2[i] : bap1[i])384 if ((ip)->i_ump->um_fstype == UM_UFS2) \461 if (ip->i_ump->um_fstype == UM_UFS2) in ffs_indirtrunc()483 if (ip->i_ump->um_fstype == UM_UFS2) in ffs_indirtrunc()
205 if (DIP(ip, size) < ip->i_ump->um_maxsymlinklen) in ffs_read()524 if (ip->i_ump->um_fstype == UM_UFS2) in ffs_reclaim()
1215 ip->i_ump = ump; in ffs_vget()1263 if (ip->i_ump->um_fstype == UM_UFS2) { in ffs_vget()
861 ip->i_ump = ump; in ext2fs_vget()