Searched refs:st_perfile (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | state.h | 560 struct list_head st_perfile; member
|
H A D | nfs4state.c | 1284 list_for_each_entry(stp, &fp->fi_stateids, st_perfile) in recalculate_deny_mode() 1346 return list_empty(&stp->st_perfile); in nfs4_ol_stateid_unhashed() 1355 if (list_empty(&stp->st_perfile)) in unhash_ol_stateid() 1359 list_del_init(&stp->st_perfile); in unhash_ol_stateid() 4265 list_for_each_entry(local, &fp->fi_stateids, st_perfile) { in nfsd4_find_existing_open() 4390 list_add(&stp->st_perfile, &fp->fi_stateids); in init_open_stateid() 6567 list_add(&stp->st_perfile, &fp->fi_stateids); in init_lock_stateid()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | state.h | 594 struct list_head st_perfile; member
|
H A D | nfs4state.c | 757 list_for_each_entry(st, &fp->fi_stateids, st_perfile) { in nfs4_resolve_deny_conflicts_locked() 1403 list_for_each_entry(stp, &fp->fi_stateids, st_perfile) in recalculate_deny_mode() 1465 return list_empty(&stp->st_perfile); in nfs4_ol_stateid_unhashed() 1474 if (list_empty(&stp->st_perfile)) in unhash_ol_stateid() 1478 list_del_init(&stp->st_perfile); in unhash_ol_stateid() 4527 list_for_each_entry(local, &fp->fi_stateids, st_perfile) { in nfsd4_find_existing_open() 4652 list_add(&stp->st_perfile, &fp->fi_stateids); in init_open_stateid() 5390 list_for_each_entry(st, &fp->fi_stateids, st_perfile) { in nfsd4_check_conflicting_opens() 7360 list_add(&stp->st_perfile, &fp->fi_stateids); in init_lock_stateid()
|
Completed in 26 milliseconds