Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
group.c File Reference
#include <linux/list.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <linux/srcu.h>
#include <linux/rculist.h>
#include <linux/wait.h>
#include <linux/fsnotify_backend.h>
#include "fsnotify.h"
#include <linux/atomic.h>

Go to the source code of this file.

Functions

void fsnotify_final_destroy_group (struct fsnotify_group *group)
 
void fsnotify_put_group (struct fsnotify_group *group)
 
struct fsnotify_group * fsnotify_alloc_group (const struct fsnotify_ops *ops)
 

Function Documentation

struct fsnotify_group* fsnotify_alloc_group ( const struct fsnotify_ops *  ops)
read

Definition at line 77 of file group.c.

void fsnotify_final_destroy_group ( struct fsnotify_group *  group)

Definition at line 34 of file group.c.

void fsnotify_put_group ( struct fsnotify_group *  group)

Definition at line 68 of file group.c.