Searched refs:destroy (Results 1 – 14 of 14) sorted by relevance
/fs/notify/dnotify/ |
D | dnotify.c | 269 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/nfs/ |
D | client.c | 594 server->destroy = nfs_destroy_server; in nfs_start_lockd() 994 if (server->destroy != NULL) in nfs_free_server() 995 server->destroy(server); in nfs_free_server() 1099 server->destroy = source->destroy; in nfs_clone_server()
|
D | nfs4idmap.c | 192 .destroy = user_destroy, 417 .destroy = user_destroy, 451 .destroy = nfs_idmap_pipe_destroy,
|
D | nfs4client.c | 1126 server->destroy = nfs4_destroy_server; in nfs4_server_common_setup()
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 295 bool destroy = false; in finish_permission_event() local 300 destroy = true; in finish_permission_event() 304 if (destroy) in finish_permission_event() 1004 __u32 umask, int *destroy) in fanotify_mark_remove_from_mask() argument 1024 *destroy = !((fsn_mark->mask | fsn_mark->ignore_mask) & ~umask); in fanotify_mark_remove_from_mask()
|
/fs/jbd2/ |
D | checkpoint.c | 491 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, bool destroy) in __jbd2_journal_clean_checkpoint_list() argument 501 type = destroy ? SHRINK_DESTROY : SHRINK_BUSY_STOP; in __jbd2_journal_clean_checkpoint_list()
|
/fs/smb/client/ |
D | cifs_spnego.c | 56 .destroy = cifs_spnego_key_destroy,
|
D | cifsacl.c | 99 .destroy = cifs_idmap_key_destroy,
|
/fs/fuse/ |
D | inode.c | 1821 fc->destroy = ctx->destroy; in fuse_fill_super_common() 1997 ctx->destroy = true; in fuse_init_fs_context() 2025 if (fc->destroy) in fuse_conn_destroy()
|
D | fuse_i.h | 606 bool destroy:1; member 867 unsigned int destroy:1; member
|
D | virtio_fs.c | 1290 ctx->destroy = true; in virtio_fs_ctx_set_defaults()
|
D | file.c | 360 fuse_file_put(ra->inode, ff, ff->fm->fc->destroy, isdir); in fuse_file_release()
|
/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 539 int destroy = 0; in dlm_remaster_locks() local 710 destroy = 1; in dlm_remaster_locks() 724 if (destroy) in dlm_remaster_locks()
|
/fs/crypto/ |
D | keyring.c | 627 .destroy = fscrypt_provisioning_key_destroy,
|