Lines Matching refs:tail
22 struct affs_tail *tail;
50 tail = AFFS_TAIL(sb, bh);
51 prot = be32_to_cpu(tail->protect);
76 id = be16_to_cpu(tail->uid);
84 id = be16_to_cpu(tail->gid);
92 switch (be32_to_cpu(tail->stype)) {
98 if (be32_to_cpu(tail->stype) == ST_USERDIR ||
127 size = be32_to_cpu(tail->size);
136 if (tail->link_chain)
153 = (be32_to_cpu(tail->change.days) * 86400LL +
154 be32_to_cpu(tail->change.mins) * 60 +
155 be32_to_cpu(tail->change.ticks) / 50 +
174 struct affs_tail *tail;
188 tail = AFFS_TAIL(sb, bh);
189 if (tail->stype == cpu_to_be32(ST_ROOT)) {
193 tail->protect = cpu_to_be32(AFFS_I(inode)->i_protect);
194 tail->size = cpu_to_be32(inode->i_size);
195 affs_secs_to_datestamp(inode->i_mtime.tv_sec, &tail->change);
206 tail->uid = cpu_to_be16(uid);
208 tail->gid = cpu_to_be16(gid);