Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dutil.c1081 bool got_write = false; in ovl_cleanup_index() local
1092 got_write = true; in ovl_cleanup_index()
1127 if (got_write) in ovl_cleanup_index()
/linux/fs/
H A Dnamei.c4380 bool got_write, struct delegated_inode *delegated_inode) in lookup_open() argument
4431 if (unlikely(!got_write)) in lookup_open()
4438 if (likely(got_write)) in lookup_open()
4541 bool got_write = false; in open_last_lookups() local
4572 got_write = !mnt_want_write(nd->path.mnt); in open_last_lookups()
4583 dentry = lookup_open(nd, file, op, got_write, &delegated_inode); in open_last_lookups()
4595 if (got_write) in open_last_lookups()