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

/linux-master/fs/
H A Dnamei.c3412 bool got_write)
3460 if (unlikely(!got_write))
3467 if (likely(got_write))
3526 bool got_write = false; local
3563 got_write = !mnt_want_write(nd->path.mnt);
3574 dentry = lookup_open(nd, file, op, got_write);
3582 if (got_write)
3410 lookup_open(struct nameidata *nd, struct file *file, const struct open_flags *op, bool got_write) argument
/linux-master/fs/overlayfs/
H A Dutil.c1069 bool got_write = false; local
1080 got_write = true;
1118 if (got_write)

Completed in 387 milliseconds