Searched refs:flc_lease (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/fs/ |
H A D | locks.c | 220 INIT_LIST_HEAD(&new->flc_lease); locks_get_lock_context() 238 WARN_ON_ONCE(!list_empty(&ctx->flc_lease)); locks_free_lock_context() 1342 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) { time_out_leases() 1368 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { any_leases_conflict() 1422 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) { __break_lease() 1440 if (list_empty(&ctx->flc_lease)) __break_lease() 1450 fl = list_first_entry(&ctx->flc_lease, struct file_lock, fl_list); __break_lease() 1500 if (ctx && !list_empty_careful(&ctx->flc_lease)) { lease_get_mtime() 1502 if (!list_empty(&ctx->flc_lease)) { lease_get_mtime() 1503 fl = list_first_entry(&ctx->flc_lease, lease_get_mtime() 1550 if (ctx && !list_empty_careful(&ctx->flc_lease)) { fcntl_getlease() 1553 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { fcntl_getlease() 1646 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { generic_add_lease() 1679 locks_insert_lock_ctx(lease, &ctx->flc_lease); generic_add_lease() 1724 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { generic_delete_lease() 2434 if (list_empty(&ctx->flc_lease)) locks_remove_lease() 2438 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) locks_remove_lease() 2634 __show_fd_locks(f, &ctx->flc_lease, &id, filp, files); show_fd_locks()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 1000 struct list_head flc_lease; member in struct:file_lock_context 2067 * taken are done before checking i_flctx->flc_lease. Otherwise, we break_lease() 2072 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) break_lease() 2081 * taken are done before checking i_flctx->flc_lease. Otherwise, we break_deleg() 2086 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) break_deleg() 2116 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) break_layout()
|
Completed in 111 milliseconds