Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 6 of 6) sorted by relevance

/fs/ntfs/
Dcollate.c49 u32 d1, d2; in ntfs_collate_ntofs_ulong() local
56 d2 = le32_to_cpup(data2); in ntfs_collate_ntofs_ulong()
57 if (d1 < d2) in ntfs_collate_ntofs_ulong()
60 if (d1 == d2) in ntfs_collate_ntofs_ulong()
/fs/xfs/
Dxfs_dquot.c1164 xfs_dquot_t *d2) in xfs_dqlock2() argument
1166 if (d1 && d2) { in xfs_dqlock2()
1167 ASSERT(d1 != d2); in xfs_dqlock2()
1169 be32_to_cpu(d2->q_core.d_id)) { in xfs_dqlock2()
1170 mutex_lock(&d2->q_qlock); in xfs_dqlock2()
1174 mutex_lock_nested(&d2->q_qlock, XFS_QLOCK_NESTED); in xfs_dqlock2()
1178 } else if (d2) { in xfs_dqlock2()
1179 mutex_lock(&d2->q_qlock); in xfs_dqlock2()
/fs/fat/
Ddir.c713 struct dirent_type __user *d2 = d1 + 1; \
724 if (put_user(0, d2->d_name) || \
725 put_user(0, &d2->d_reclen) || \
742 if (copy_to_user(d2->d_name, longname, long_len) || \
743 put_user(0, d2->d_name + long_len) || \
744 put_user(long_len, &d2->d_reclen) || \
745 put_user(ino, &d2->d_ino) || \
746 put_user(offset, &d2->d_off) || \
/fs/hpfs/
Ddnode.c751 int d1, d2 = 0; in hpfs_count_dnodes() local
791 if (hpfs_stop_cycles(s, ptr, &d1, &d2, "hpfs_count_dnodes #2")) return; in hpfs_count_dnodes()
955 dnode_secno d1, d2, rdno = dno; in hpfs_remove_dtree() local
971 d2 = de->down ? de_down_pointer(de) : 0; in hpfs_remove_dtree()
983 d1 = d2; in hpfs_remove_dtree()
984 d2 = 0; in hpfs_remove_dtree()
1011 int d1, d2 = 0; in map_fnode_dirent() local
1085 if (hpfs_stop_cycles(s, downd, &d1, &d2, "map_fnode_dirent #2")) { in map_fnode_dirent()
Danode.c283 int d1, d2; in hpfs_remove_btree() local
285 d2 = 0; in hpfs_remove_btree()
290 if (hpfs_stop_cycles(s, ano, &d1, &d2, "hpfs_remove_btree #1")) in hpfs_remove_btree()
/fs/gfs2/
Dsuper.c1319 static int is_ancestor(const struct dentry *d1, const struct dentry *d2) in is_ancestor() argument
1322 if (d1 == d2) in is_ancestor()