Searched refs:grant (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/ |
D | xfs_log.c | 175 xlog_assign_grant_head(&head->grant, 1, 0); in xlog_grant_head_init() 285 } while (xlog_space_left(log, &head->grant) < need_bytes); in xlog_grant_head_wait() 330 free_bytes = xlog_space_left(log, &head->grant); in xlog_grant_head_check() 412 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes); in xfs_log_regrant() 471 xlog_grant_add_space(log, &log->l_reserve_head.grant, need_bytes); in xfs_log_reserve() 472 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes); in xfs_log_reserve() 1061 free_bytes = xlog_space_left(log, &log->l_write_head.grant); in xfs_log_space_wake() 1070 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xfs_log_space_wake() 1561 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xlog_grant_push_ail() 1875 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync() [all …]
|
D | xfs_sysfs.c | 357 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes); in reserve_grant_head_show() 371 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &bytes); in write_grant_head_show()
|
D | xfs_log_priv.h | 341 atomic64_t grant; member
|
D | xfs_log_recover.c | 1283 xlog_assign_grant_head(&log->l_reserve_head.grant, log->l_curr_cycle, in xlog_set_state() 1285 xlog_assign_grant_head(&log->l_write_head.grant, log->l_curr_cycle, in xlog_set_state()
|
D | xfs_trace.h | 959 xlog_crack_grant_head(&log->l_reserve_head.grant, 962 xlog_crack_grant_head(&log->l_write_head.grant,
|
/fs/ceph/ |
D | caps.c | 3090 struct ceph_mds_caps *grant, in handle_cap_grant() argument 3097 int seq = le32_to_cpu(grant->seq); in handle_cap_grant() 3098 int newcaps = le32_to_cpu(grant->caps); in handle_cap_grant() 3100 u64 size = le64_to_cpu(grant->size); in handle_cap_grant() 3101 u64 max_size = le64_to_cpu(grant->max_size); in handle_cap_grant() 3149 WARN_ON(cap->cap_id != le64_to_cpu(grant->cap_id)); in handle_cap_grant() 3164 inode->i_mode = le32_to_cpu(grant->mode); in handle_cap_grant() 3165 inode->i_uid = make_kuid(&init_user_ns, le32_to_cpu(grant->uid)); in handle_cap_grant() 3166 inode->i_gid = make_kgid(&init_user_ns, le32_to_cpu(grant->gid)); in handle_cap_grant() 3175 set_nlink(inode, le32_to_cpu(grant->nlink)); in handle_cap_grant() [all …]
|
/fs/ocfs2/dlm/ |
D | dlmconvert.c | 168 goto grant; in __dlmconvert_master() 189 grant: in __dlmconvert_master()
|