Home
last modified time | relevance | path

Searched refs:ovl_inuse_trylock (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/overlayfs/
H A Dsuper.c540 if (ovl_inuse_trylock(ovl_upper_mnt(ofs)->mnt_root)) { in ovl_get_upper()
814 if (ovl_inuse_trylock(ofs->workbasedir)) { in ovl_get_workdir()
H A Doverlayfs.h530 bool ovl_inuse_trylock(struct dentry *dentry);
H A Dutil.c1006 bool ovl_inuse_trylock(struct dentry *dentry) in ovl_inuse_trylock() function