Home
last modified time | relevance | path

Searched refs:close (Results 1 – 24 of 24) sorted by relevance

/fs/smb/client/
A Ddir.c450 if (server->ops->close)
451 server->ops->close(xid, tcon, fid);
539 if (server->ops->close)
540 server->ops->close(xid, tcon, &fid);
555 if (server->ops->close)
556 server->ops->close(xid, tcon, &fid);
613 if (!rc && server->ops->close)
614 server->ops->close(xid, tcon, &fid);
A Dfile.c621 server->ops->close(xid, tcon, fid); in cifs_nt_open()
808 else if (server->ops->close) in serverclose_work()
809 rc = server->ops->close(0, tcon, &cifs_file->fid); in serverclose_work()
920 else if (server->ops->close) in _cifsFileInfo_put()
921 rc = server->ops->close(xid, tcon, &cifs_file->fid); in _cifsFileInfo_put()
1076 if (server->ops->close) in cifs_open()
1077 server->ops->close(xid, tcon, &fid); in cifs_open()
A Dreparse.c338 tcon->ses->server->ops->close(xid, tcon, &fid); in detect_directory_symlink_target()
357 tcon->ses->server->ops->close(xid, tcon, &fid); in detect_directory_symlink_target()
A Dsmb2ops.c5213 server->ops->close(xid, tcon, &fid); in __cifs_sfu_make_node()
5335 .close = smb2_close_file,
5438 .close = smb2_close_file,
5545 .close = smb2_close_file,
5661 .close = smb2_close_file,
A Dsmb1ops.c1387 .close = cifs_close_file,
A Dcifsglob.h480 int (*close)(const unsigned int, struct cifs_tcon *, member
A Dinode.c696 tcon->ses->server->ops->close(xid, tcon, &fid); in cifs_sfu_type()
/fs/coda/
A Dfile.c140 if (cvm_ops->host_vm_ops && cvm_ops->host_vm_ops->close) in coda_vm_close()
141 cvm_ops->host_vm_ops->close(vma); in coda_vm_close()
217 cvm_ops->vm_ops.close = coda_vm_close; in coda_file_mmap()
/fs/btrfs/
A Ddefrag.c376 bool close = true; in btrfs_realloc_node() local
389 close = close_blocks(blocknr, other, blocksize); in btrfs_realloc_node()
391 if (!close && i < end_slot) { in btrfs_realloc_node()
393 close = close_blocks(blocknr, other, blocksize); in btrfs_realloc_node()
395 if (close) { in btrfs_realloc_node()
/fs/pstore/
A Dplatform.c712 if (psi->close) in pstore_get_backend_records()
713 psi->close(psi); in pstore_get_backend_records()
/fs/xfs/
A DKconfig48 To close off an attack surface, say N.
75 To close off an attack surface, say N.
/fs/vboxsf/
A Dfile.c163 .close = vboxsf_vma_close,
/fs/hostfs/
A Dhostfs_user.c187 close(*((int *) stream)); in close_file()
/fs/cachefiles/
A Dinternal.h338 CACHEFILES_OBJECT_STATE_FUNCS(close, CLOSE);
/fs/9p/
A Dvfs_file.c507 .close = v9fs_mmap_vm_close,
/fs/afs/
A Dfile.c65 .close = afs_vm_close,
/fs/jffs2/
A DREADME.Locking7 be fairly close.
/fs/nfsd/
A Dnfs4xdr.c805 struct nfsd4_close *close = &u->close; in nfsd4_decode_close() local
806 if (xdr_stream_decode_u32(argp->xdr, &close->cl_seqid) < 0) in nfsd4_decode_close()
808 return nfsd4_decode_stateid4(argp, &close->cl_stateid); in nfsd4_decode_close()
4073 struct nfsd4_close *close = &u->close; in nfsd4_encode_close() local
4077 return nfsd4_encode_stateid4(xdr, &close->cl_stateid); in nfsd4_encode_close()
A Dnfs4state.c7723 struct nfsd4_close *close = &u->close; in nfsd4_close() local
7733 status = nfs4_preprocess_seqid_op(cstate, close->cl_seqid, in nfsd4_close()
7734 &close->cl_stateid, in nfsd4_close()
7751 nfs4_inc_and_copy_stateid(&close->cl_stateid, &stp->st_stid); in nfsd4_close()
7765 memcpy(&close->cl_stateid, &close_stateid, sizeof(close->cl_stateid)); in nfsd4_close()
9062 put_stateid(cstate, &u->close.cl_stateid); in nfsd4_set_closestateid()
9108 get_stateid(cstate, &u->close.cl_stateid); in nfsd4_get_closestateid()
A Dxdr4.h790 struct nfsd4_close close; member
/fs/jfs/
A Djfs_logmgr.c1117 goto close; in lmLogOpen()
1143 close: /* close external log device */ in lmLogOpen()
/fs/kernfs/
A Dfile.c482 if (vma->vm_ops && vma->vm_ops->close) in kernfs_fop_mmap()
/fs/
A Dopen.c1572 SYSCALL_DEFINE1(close, unsigned int, fd) in SYSCALL_DEFINE1() argument
/fs/fuse/
A Dfile.c2291 .close = fuse_vma_close,

Completed in 903 milliseconds