Searched refs:d2 (Results 1 – 8 of 8) sorted by relevance
/fs/ntfs/ |
D | collate.c | 35 u32 d1, d2; in ntfs_collate_ntofs_ulong() local 42 d2 = le32_to_cpup(data2); in ntfs_collate_ntofs_ulong() 43 if (d1 < d2) in ntfs_collate_ntofs_ulong() 46 if (d1 == d2) in ntfs_collate_ntofs_ulong()
|
/fs/xfs/ |
D | xfs_dquot.c | 1345 struct xfs_dquot *d2) in xfs_dqlock2() argument 1347 if (d1 && d2) { in xfs_dqlock2() 1348 ASSERT(d1 != d2); in xfs_dqlock2() 1349 if (d1->q_id > d2->q_id) { in xfs_dqlock2() 1350 mutex_lock(&d2->q_qlock); in xfs_dqlock2() 1354 mutex_lock_nested(&d2->q_qlock, XFS_QLOCK_NESTED); in xfs_dqlock2() 1358 } else if (d2) { in xfs_dqlock2() 1359 mutex_lock(&d2->q_qlock); in xfs_dqlock2()
|
D | xfs_fsmap.c | 185 const struct xfs_getfsmap_dev *d2 = p2; in xfs_getfsmap_dev_compare() local 187 return d1->dev - d2->dev; in xfs_getfsmap_dev_compare()
|
/fs/fat/ |
D | dir.c | 714 struct dirent_type __user *d2 = d1 + 1; \ 725 if (put_user(0, d2->d_name) || \ 726 put_user(0, &d2->d_reclen) || \ 743 if (copy_to_user(d2->d_name, longname, long_len) || \ 744 put_user(0, d2->d_name + long_len) || \ 745 put_user(long_len, &d2->d_reclen) || \ 746 put_user(ino, &d2->d_ino) || \ 747 put_user(offset, &d2->d_off) || \
|
/fs/hpfs/ |
D | dnode.c | 751 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()
|
D | anode.c | 284 int d1, d2; in hpfs_remove_btree() local 286 d2 = 0; in hpfs_remove_btree() 291 if (hpfs_stop_cycles(s, ano, &d1, &d2, "hpfs_remove_btree #1")) in hpfs_remove_btree()
|
/fs/ext4/ |
D | fsmap.c | 68 const struct ext4_getfsmap_dev *d2 = p2; in ext4_getfsmap_dev_compare() local 70 return d1->gfd_dev - d2->gfd_dev; in ext4_getfsmap_dev_compare()
|
/fs/gfs2/ |
D | super.c | 961 static int is_ancestor(const struct dentry *d1, const struct dentry *d2) in is_ancestor() argument 964 if (d1 == d2) in is_ancestor()
|