Searched refs:ocfs2_data_lock_full (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Ddlmglue.h52 /* ocfs2_meta_lock_full() and ocfs2_data_lock_full() 'arg_flags' flags */
72 int ocfs2_data_lock_full(struct inode *inode,
75 #define ocfs2_data_lock(inode, write) ocfs2_data_lock_full(inode, write, 0)
H A Ddlmglue.c1313 int ocfs2_data_lock_full(struct inode *inode, function
1363 ret = ocfs2_data_lock_full(inode, write, OCFS2_LOCK_NONBLOCK);

Completed in 49 milliseconds