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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dexofs.h175 static inline int obj_created(struct exofs_i_info *oi) function
188 if (likely(obj_created(oi)))
H A Dinode.c343 if (!len || !obj_created(oi)) {
1073 if (!obj_created(oi)) {
1075 wait_event(oi->i_wq, obj_created(oi));
1081 * set the obj_created flag so that other methods know that the object exists on
1259 if (!obj_created(oi)) {
1260 EXOFS_DBGMSG("!obj_created\n");
1262 wait_event(oi->i_wq, obj_created(oi));
1328 if (!obj_created(oi)) {
1330 wait_event(oi->i_wq, obj_created(oi));

Completed in 103 milliseconds