Searched refs:lc (Results 1 – 9 of 9) sorted by relevance
| /fs/ocfs2/ |
| A D | stack_user.c | 797 complete(&lc->oc_sync_wait); in sync_wait_cb() 888 lc->oc_version_lksb.sb_lvbptr = lc->oc_lvb; in get_protocol_version() 942 lc->oc_our_slot = our_slot; in user_recover_done() 943 wake_up(&lc->oc_wait); in user_recover_done() 971 if (!lc) in user_cluster_connect() 977 conn->cc_private = lc; in user_cluster_connect() 978 lc->oc_type = NO_CONTROLD; in user_cluster_connect() 994 lc->oc_type = WITH_CONTROLD; in user_cluster_connect() 1016 wait_event(lc->oc_wait, (atomic_read(&lc->oc_this_node) > 0)); in user_cluster_connect() 1031 lc = NULL; in user_cluster_connect() [all …]
|
| /fs/affs/ |
| A D | symlink.c | 22 char lc; in affs_symlink_read_folio() local 32 lc = 0; in affs_symlink_read_folio() 47 lc = '/'; in affs_symlink_read_folio() 50 if (c == '/' && lc == '/' && i < 1020) { /* parent dir */ in affs_symlink_read_folio() 55 lc = c; in affs_symlink_read_folio()
|
| A D | namei.c | 324 char c, lc; in affs_symlink() local 346 lc = '/'; in affs_symlink() 357 if (c == '.' && lc == '/' && *symname == '.' && symname[1] == '/') { in affs_symlink() 361 lc = '/'; in affs_symlink() 362 } else if (c == '.' && lc == '/' && *symname == '/') { in affs_symlink() 364 lc = '/'; in affs_symlink() 367 lc = c; in affs_symlink() 370 if (lc == '/') in affs_symlink()
|
| /fs/smb/server/ |
| A D | oplock.c | 1499 struct create_lease_v2 *lc = (struct create_lease_v2 *)cc; in parse_lease_state() local 1505 memcpy(lreq->lease_key, lc->lcontext.LeaseKey, SMB2_LEASE_KEY_SIZE); in parse_lease_state() 1506 lreq->req_state = lc->lcontext.LeaseState; in parse_lease_state() 1507 lreq->flags = lc->lcontext.LeaseFlags; in parse_lease_state() 1508 lreq->epoch = lc->lcontext.Epoch; in parse_lease_state() 1509 lreq->duration = lc->lcontext.LeaseDuration; in parse_lease_state() 1511 memcpy(lreq->parent_lease_key, lc->lcontext.ParentLeaseKey, in parse_lease_state() 1515 struct create_lease *lc = (struct create_lease *)cc; in parse_lease_state() local 1522 lreq->req_state = lc->lcontext.LeaseState; in parse_lease_state() 1523 lreq->flags = lc->lcontext.LeaseFlags; in parse_lease_state() [all …]
|
| A D | smb2pdu.c | 2703 struct lease_ctx_info *lc, in parse_durable_handle_context() argument 2832 if ((lc && (lc->req_state & SMB2_LEASE_HANDLE_CACHING_LE)) || in parse_durable_handle_context() 2853 if ((lc && (lc->req_state & SMB2_LEASE_HANDLE_CACHING_LE)) || in parse_durable_handle_context() 2885 struct lease_ctx_info *lc = NULL; in smb2_open() local 2989 lc = parse_lease_state(req); in smb2_open() 3026 lc = parse_lease_state(req); in smb2_open() 3481 lc->is_dir = true; in smb2_open() 3489 smb_send_parent_lease_break_noti(fp, lc); in smb2_open() 3494 name, req_op_level, lc->req_state); in smb2_open() 3506 lc, share_ret); in smb2_open() [all …]
|
| /fs/hpfs/ |
| A D | name.c | 55 unsigned len, int lc, int lng) in hpfs_translate_name() argument 66 if (!lc) return from; in hpfs_translate_name()
|
| A D | dir.c | 71 int lc; in hpfs_readdir() local 112 lc = hpfs_sb(inode->i_sb)->sb_lowercase; in hpfs_readdir() 172 tempname = hpfs_translate_name(inode->i_sb, de->name, de->namelen, lc, de->not_8x3); in hpfs_readdir()
|
| /fs/ |
| A D | locks.c | 1490 static bool leases_conflict(struct file_lock_core *lc, struct file_lock_core *bc) in leases_conflict() argument 1493 struct file_lease *lease = file_lease(lc); in leases_conflict() 1499 if ((bc->flc_flags & FL_LAYOUT) != (lc->flc_flags & FL_LAYOUT)) { in leases_conflict() 1503 if ((bc->flc_flags & FL_DELEG) && (lc->flc_flags & FL_LEASE)) { in leases_conflict() 1508 rc = locks_conflict(bc, lc); in leases_conflict()
|
| /fs/smb/client/ |
| A D | smb2ops.c | 4144 struct create_lease *lc = (struct create_lease *)buf; in smb2_parse_lease_buf() local 4147 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS_LE) in smb2_parse_lease_buf() 4149 return le32_to_cpu(lc->lcontext.LeaseState); in smb2_parse_lease_buf() 4155 struct create_lease_v2 *lc = (struct create_lease_v2 *)buf; in smb3_parse_lease_buf() local 4157 *epoch = le16_to_cpu(lc->lcontext.Epoch); in smb3_parse_lease_buf() 4158 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS_LE) in smb3_parse_lease_buf() 4161 memcpy(lease_key, &lc->lcontext.LeaseKey, SMB2_LEASE_KEY_SIZE); in smb3_parse_lease_buf() 4162 return le32_to_cpu(lc->lcontext.LeaseState); in smb3_parse_lease_buf()
|
Completed in 39 milliseconds