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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Ddcache.h31 struct ocfs2_dentry_lock { struct
36 * The ocfs2_dentry_lock keeps an inode reference until
48 struct ocfs2_dentry_lock *dl);
H A Ddcache.c203 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
280 ret = ocfs2_dentry_lock(dentry, 0);
313 struct ocfs2_dentry_lock *dl)
322 struct ocfs2_dentry_lock *dl)
339 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
H A Ddlmglue.h67 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl,
108 int ocfs2_dentry_lock(struct dentry *dentry, int ex);
H A Ddlmglue.c276 static inline struct ocfs2_dentry_lock *ocfs2_lock_res_dl(struct ocfs2_lock_res *lockres)
280 return (struct ocfs2_dentry_lock *)lockres->l_priv;
443 struct ocfs2_dentry_lock *dl = lockres->l_priv;
448 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl,
2013 int ocfs2_dentry_lock(struct dentry *dentry, int ex) function
2017 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
2038 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
2906 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres);
2932 struct ocfs2_dentry_lock *dl = ocfs2_lock_res_dl(lockres);
H A Dnamei.c776 ret = ocfs2_dentry_lock(dentry, 1);

Completed in 52 milliseconds