Searched refs:cr (Results 1 – 8 of 8) sorted by relevance
/fs/ntfs/ |
D | collate.h | 29 static inline bool ntfs_is_collation_rule_supported(COLLATION_RULE cr) { in ntfs_is_collation_rule_supported() argument 37 if (unlikely(cr != COLLATION_BINARY && cr != COLLATION_NTOFS_ULONG)) in ntfs_is_collation_rule_supported() 39 i = le32_to_cpu(cr); in ntfs_is_collation_rule_supported() 46 extern int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr,
|
D | collate.c | 101 int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr, in ntfs_collate() argument 111 BUG_ON(cr != COLLATION_BINARY && cr != COLLATION_NTOFS_ULONG); in ntfs_collate() 112 i = le32_to_cpu(cr); in ntfs_collate()
|
D | logfile.c | 275 LOG_CLIENT_RECORD *ca, *cr; in ntfs_check_log_client_array() local 296 idx = le16_to_cpu(cr->next_client)) { in ntfs_check_log_client_array() 300 cr = ca + idx; in ntfs_check_log_client_array() 303 if (cr->prev_client != LOGFILE_NO_CLIENT) in ntfs_check_log_client_array()
|
/fs/ocfs2/ |
D | resize.c | 100 struct ocfs2_chain_rec *cr; in ocfs2_update_last_group_and_inode() local 152 cr = (&cl->cl_recs[chain]); in ocfs2_update_last_group_and_inode() 153 le32_add_cpu(&cr->c_total, num_bits); in ocfs2_update_last_group_and_inode() 154 le32_add_cpu(&cr->c_free, num_bits); in ocfs2_update_last_group_and_inode() 159 le32_add_cpu(&cr->c_free, -1 * backups); in ocfs2_update_last_group_and_inode() 475 struct ocfs2_chain_rec *cr; in ocfs2_group_add() local 537 cr = &cl->cl_recs[input->chain]; in ocfs2_group_add() 547 group->bg_next_group = cr->c_blkno; in ocfs2_group_add() 564 memset(cr, 0, sizeof(struct ocfs2_chain_rec)); in ocfs2_group_add() 567 cr->c_blkno = cpu_to_le64(input->group); in ocfs2_group_add() [all …]
|
/fs/xfs/ |
D | xfs_acl.c | 327 cred_t *cr) in xfs_acl_iaccess() argument 353 rval = xfs_acl_access(ip->i_d.di_uid, ip->i_d.di_gid, acl, mode, cr); in xfs_acl_iaccess() 386 cred_t *cr) in xfs_acl_access() argument
|
D | xfs_inode.c | 985 cred_t *cr, in xfs_ialloc() argument
|
/fs/ext4/ |
D | mballoc.h | 222 __u8 cr:3; /* which phase the result extent was found at */ member
|
D | mballoc.c | 1725 ext4_group_t group, int cr) in ext4_mb_good_group() argument 1732 BUG_ON(cr < 0 || cr >= 4); in ext4_mb_good_group() 1742 switch (cr) { in ext4_mb_good_group() 1944 int cr; in ext4_mb_regular_allocator() local 2000 cr = ac->ac_2order ? 0 : 1; in ext4_mb_regular_allocator() 2006 for (; cr < 4 && ac->ac_status == AC_STATUS_CONTINUE; cr++) { in ext4_mb_regular_allocator() 2007 ac->ac_criteria = cr; in ext4_mb_regular_allocator() 2044 if (!ext4_mb_good_group(ac, group, cr)) in ext4_mb_regular_allocator() 2052 if (!ext4_mb_good_group(ac, group, cr)) { in ext4_mb_regular_allocator() 2061 if (cr == 0 || (desc->bg_flags & in ext4_mb_regular_allocator() [all …]
|