Searched refs:st_perfile (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/nfsd/ |
D | state.h | 592 struct list_head st_perfile; member
|
D | nfs4state.c | 761 list_for_each_entry(st, &fp->fi_stateids, st_perfile) { in nfs4_resolve_deny_conflicts_locked() 1404 list_for_each_entry(stp, &fp->fi_stateids, st_perfile) in recalculate_deny_mode() 1466 return list_empty(&stp->st_perfile); in nfs4_ol_stateid_unhashed() 1475 if (list_empty(&stp->st_perfile)) in unhash_ol_stateid() 1479 list_del_init(&stp->st_perfile); in unhash_ol_stateid() 4500 list_for_each_entry(local, &fp->fi_stateids, st_perfile) { in nfsd4_find_existing_open() 4625 list_add(&stp->st_perfile, &fp->fi_stateids); in init_open_stateid() 5354 list_for_each_entry(st, &fp->fi_stateids, st_perfile) { in nfsd4_check_conflicting_opens() 7180 list_add(&stp->st_perfile, &fp->fi_stateids); in init_lock_stateid()
|