Searched refs:ocfs2_dentry_lock (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Ddcache.h31 struct ocfs2_dentry_lock { struct
36 struct ocfs2_dentry_lock *dl_next;
41 * The ocfs2_dentry_lock keeps an inode reference until
55 struct ocfs2_dentry_lock *dl);
H A Ddcache.c215 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
292 ret = ocfs2_dentry_lock(dentry, 0);
327 struct ocfs2_dentry_lock *dl;
386 struct ocfs2_dentry_lock *dl)
403 struct ocfs2_dentry_lock *dl)
420 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
H A Ddlmglue.h97 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl,
149 int ocfs2_dentry_lock(struct dentry *dentry, int ex);
H A Docfs2.h273 struct ocfs2_dentry_lock;
400 struct ocfs2_dentry_lock *dentry_lock_list;
H A Ddlmglue.c312 static inline struct ocfs2_dentry_lock *ocfs2_lock_res_dl(struct ocfs2_lock_res *lockres)
316 return (struct ocfs2_dentry_lock *)lockres->l_priv;
605 struct ocfs2_dentry_lock *dl = lockres->l_priv;
610 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl,
2713 int ocfs2_dentry_lock(struct dentry *dentry, int ex) function
2717 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
2738 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
3679 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres);
3705 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres);
H A Dnamei.c775 ret = ocfs2_dentry_lock(dentry, 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Ddcache.h31 struct ocfs2_dentry_lock { struct
36 struct ocfs2_dentry_lock *dl_next;
41 * The ocfs2_dentry_lock keeps an inode reference until
55 struct ocfs2_dentry_lock *dl);
H A Ddcache.c215 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
292 ret = ocfs2_dentry_lock(dentry, 0);
327 struct ocfs2_dentry_lock *dl;
386 struct ocfs2_dentry_lock *dl)
403 struct ocfs2_dentry_lock *dl)
420 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
H A Ddlmglue.h97 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl,
149 int ocfs2_dentry_lock(struct dentry *dentry, int ex);
H A Docfs2.h273 struct ocfs2_dentry_lock;
400 struct ocfs2_dentry_lock *dentry_lock_list;
H A Ddlmglue.c312 static inline struct ocfs2_dentry_lock *ocfs2_lock_res_dl(struct ocfs2_lock_res *lockres)
316 return (struct ocfs2_dentry_lock *)lockres->l_priv;
605 struct ocfs2_dentry_lock *dl = lockres->l_priv;
610 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl,
2713 int ocfs2_dentry_lock(struct dentry *dentry, int ex) function
2717 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
2738 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
3679 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres);
3705 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres);
H A Dnamei.c775 ret = ocfs2_dentry_lock(dentry, 1);

Completed in 182 milliseconds