Home
last modified time | relevance | path

Searched refs:open_files (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/fs/
H A Dfile.c372 unsigned int open_files, i; in dup_fd() local
394 open_files = sane_fdtable_size(old_fdt, punch_hole); in dup_fd()
399 while (unlikely(open_files > new_fdt->max_fds)) { in dup_fd()
405 new_fdt = alloc_fdtable(open_files); in dup_fd()
418 open_files = sane_fdtable_size(old_fdt, punch_hole); in dup_fd()
421 copy_fd_bitmaps(new_fdt, old_fdt, open_files / BITS_PER_LONG); in dup_fd()
440 for (i = open_files; i != 0; i--) { in dup_fd()
445 __clear_open_fd(open_files - i, new_fdt); in dup_fd()
452 memset(new_fds, 0, (new_fdt->max_fds - open_files) * sizeof(struct file *)); in dup_fd()
/linux-6.15/fs/nfs/
H A Ddelegation.c192 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) { in nfs_delegation_claim_opens()
806 if (list_empty(&NFS_I(inode)->open_files) && in nfs4_inode_set_return_delegation_on_close()
843 list_empty(&NFS_I(inode)->open_files) && in nfs4_inode_return_delegation_on_close()
895 if (list_empty(&NFS_I(inode)->open_files)) in nfs_mark_return_if_closed_delegation()
H A Dinode.c121 WARN_ON_ONCE(!list_empty(&NFS_I(inode)->open_files)); in nfs_clear_inode()
1108 if (!list_empty(&nfsi->open_files)) in nfs_close_context()
1200 if (list_empty(&nfsi->open_files) && in nfs_inode_attach_open_context()
1204 list_add_tail_rcu(&ctx->list, &nfsi->open_files); in nfs_inode_attach_open_context()
1227 list_for_each_entry_rcu(pos, &nfsi->open_files, list) { in nfs_find_open_context()
1519 if (list_empty(&nfsi->open_files)) in nfs_file_has_writers()
2464 INIT_LIST_HEAD(&nfsi->open_files); in init_once()
H A Ddir.c88 if (list_empty(&nfsi->open_files) && in alloc_nfs_open_dir_context()
93 list_add_tail_rcu(&ctx->list, &nfsi->open_files); in alloc_nfs_open_dir_context()
690 list_for_each_entry_rcu (ctx, &nfsi->open_files, list) in nfs_readdir_record_entry_cache_hit()
709 list_for_each_entry_rcu (ctx, &nfsi->open_files, list) in nfs_readdir_record_entry_cache_miss()
H A Dnfs4state.c1449 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) { in nfs_inode_find_state_and_recover()
1482 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) { in nfs4_state_mark_open_context_bad()
H A Dpnfs.c1587 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) { in pnfs_roc()
2768 head = &NFS_I(lo->plh_inode)->open_files; in pnfs_should_return_unused_layout()
H A Dnfs4proc.c2182 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) { in nfs4_state_find_open_context_mode()
/linux-6.15/include/linux/
H A Dnfs_fs.h214 struct list_head open_files; member
/linux-6.15/Documentation/admin-guide/cifs/
H A Dusage.rst717 open_files List all the open file handles on all active SMB sessions.