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

/linux-master/fs/overlayfs/
H A Dutil.c1069 bool got_write = false; local
1080 got_write = true;
1118 if (got_write)
/linux-master/fs/
H A Dnamei.c3404 bool got_write)
3452 if (unlikely(!got_write))
3459 if (likely(got_write))
3518 bool got_write = false; local
3555 got_write = !mnt_want_write(nd->path.mnt);
3566 dentry = lookup_open(nd, file, op, got_write);
3574 if (got_write)
3402 lookup_open(struct nameidata *nd, struct file *file, const struct open_flags *op, bool got_write) argument

Completed in 266 milliseconds