Searched refs:open_files (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/nfs/ |
| H A D | inode.c | 101 WARN_ON_ONCE(!list_empty(&NFS_I(inode)->open_files)); in nfs_clear_inode() 1186 if (!list_empty(&nfsi->open_files)) in nfs_close_context() 1278 if (list_empty(&nfsi->open_files) && in nfs_inode_attach_open_context() 1282 list_add_tail_rcu(&ctx->list, &nfsi->open_files); in nfs_inode_attach_open_context() 1305 list_for_each_entry_rcu(pos, &nfsi->open_files, list) { in nfs_find_open_context() 1599 if (list_empty(&nfsi->open_files)) in nfs_file_has_writers() 2562 INIT_LIST_HEAD(&nfsi->open_files); in init_once()
|
| H A D | delegation.c | 223 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) { in nfs_delegation_claim_opens() 860 if (list_empty(&NFS_I(inode)->open_files) && in nfs4_inode_set_return_delegation_on_close() 894 list_empty(&NFS_I(inode)->open_files) && in nfs4_inode_return_delegation_on_close() 944 if (list_empty(&NFS_I(inode)->open_files)) in nfs_mark_return_if_closed_delegation()
|
| H A D | dir.c | 87 if (list_empty(&nfsi->open_files) && in alloc_nfs_open_dir_context() 92 list_add_tail_rcu(&ctx->list, &nfsi->open_files); in alloc_nfs_open_dir_context() 689 list_for_each_entry_rcu (ctx, &nfsi->open_files, list) in nfs_readdir_record_entry_cache_hit() 708 list_for_each_entry_rcu (ctx, &nfsi->open_files, list) in nfs_readdir_record_entry_cache_miss()
|
| H A D | nfs4state.c | 1403 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) { in nfs_inode_find_state_and_recover() 1438 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) { in nfs4_state_mark_open_context_bad()
|
| H A D | pnfs.c | 1575 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) { in pnfs_roc() 2799 head = &NFS_I(lo->plh_inode)->open_files; in pnfs_should_return_unused_layout()
|
| H A D | nfs4proc.c | 2138 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) { in nfs4_state_find_open_context_mode()
|
| /linux/include/linux/ |
| H A D | nfs_fs.h | 219 struct list_head open_files; member
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 719 open_files List all the open file handles on all active SMB sessions.
|