Home
last modified time | relevance | path

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

/linux-6.12.1/fs/overlayfs/
Dutil.c1069 bool got_write = false; in ovl_cleanup_index() local
1080 got_write = true; in ovl_cleanup_index()
1118 if (got_write) in ovl_cleanup_index()
/linux-6.12.1/fs/
Dnamei.c3499 bool got_write) in lookup_open() argument
3550 if (unlikely(!got_write)) in lookup_open()
3557 if (likely(got_write)) in lookup_open()
3652 bool got_write = false; in open_last_lookups() local
3683 got_write = !mnt_want_write(nd->path.mnt); in open_last_lookups()
3694 dentry = lookup_open(nd, file, op, got_write); in open_last_lookups()
3706 if (got_write) in open_last_lookups()