Searched refs:destroy (Results 1 – 19 of 19) sorted by relevance
| /fs/notify/dnotify/ |
| A D | dnotify.c | 267 int destroy = 0, error = 0; in fcntl_dirnotify() local 364 destroy = 1; in fcntl_dirnotify() 384 if (destroy) in fcntl_dirnotify() 387 if (destroy) in fcntl_dirnotify()
|
| /fs/squashfs/ |
| A D | decompressor_single.c | 88 .destroy = squashfs_decompressor_destroy,
|
| A D | squashfs.h | 50 void (*destroy)(struct squashfs_sb_info *msblk); member
|
| A D | decompressor_multi_percpu.c | 107 .destroy = squashfs_decompressor_destroy,
|
| A D | decompressor_multi.c | 200 .destroy = squashfs_decompressor_destroy,
|
| A D | super.c | 480 msblk->thread_ops->destroy(msblk); in squashfs_fill_super() 600 sbi->thread_ops->destroy(sbi); in squashfs_put_super()
|
| /fs/nfs/ |
| A D | nfs4idmap.c | 192 .destroy = user_destroy, 417 .destroy = user_destroy, 441 .destroy = nfs_idmap_pipe_destroy,
|
| A D | client.c | 618 server->destroy = nfs_destroy_server; in nfs_start_lockd() 1083 if (server->destroy != NULL) in nfs_free_server() 1084 server->destroy(server); in nfs_free_server() 1193 server->destroy = source->destroy; in nfs_clone_server()
|
| A D | nfs4client.c | 1119 server->destroy = nfs4_destroy_server; in nfs4_server_common_setup()
|
| /fs/smb/client/ |
| A D | cifs_spnego.c | 56 .destroy = cifs_spnego_key_destroy,
|
| A D | cifsacl.c | 104 .destroy = cifs_idmap_key_destroy,
|
| /fs/notify/fanotify/ |
| A D | fanotify_user.c | 311 bool destroy = false; in finish_permission_event() local 319 destroy = true; in finish_permission_event() 323 if (destroy) in finish_permission_event() 1146 __u32 umask, int *destroy) in fanotify_mark_remove_from_mask() argument 1166 *destroy = !((fsn_mark->mask | fsn_mark->ignore_mask) & ~umask); in fanotify_mark_remove_from_mask()
|
| /fs/fuse/ |
| A D | fuse_i.h | 596 bool destroy:1; member 854 unsigned int destroy:1; member
|
| A D | inode.c | 1846 fc->destroy = ctx->destroy; in fuse_fill_super_common() 2015 ctx->destroy = true; in fuse_init_fs_context() 2043 if (fc->destroy) in fuse_conn_destroy()
|
| A D | virtio_fs.c | 1537 ctx->destroy = true; in virtio_fs_ctx_set_defaults()
|
| A D | file.c | 360 fuse_file_put(ff, ff->fm->fc->destroy); in fuse_file_release()
|
| /fs/ocfs2/dlm/ |
| A D | dlmrecovery.c | 539 int destroy = 0; in dlm_remaster_locks() local 709 destroy = 1; in dlm_remaster_locks() 723 if (destroy) in dlm_remaster_locks()
|
| /fs/crypto/ |
| A D | keyring.c | 678 .destroy = fscrypt_provisioning_key_destroy,
|
| /fs/nfsd/ |
| A D | trace.h | 1656 DEFINE_NFSD_CB_LIFETIME_EVENT(destroy);
|
Completed in 863 milliseconds