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

/linux-master/fs/
H A Dnamei.c763 * try_to_unlazy - try to switch to ref-walk mode.
767 * try_to_unlazy attempts to legitimize the current nd->path and nd->root
770 * Nothing should touch nameidata between try_to_unlazy() failure and
773 static bool try_to_unlazy(struct nameidata *nd) function
803 * Similar to try_to_unlazy(), but here we have the next dentry already
890 if (!try_to_unlazy(nd))
1629 if (!try_to_unlazy(nd))
1721 if (!try_to_unlazy(nd))
1746 if (!try_to_unlazy(nd) || !grabbed_link)
1788 if (!try_to_unlazy(n
[all...]

Completed in 147 milliseconds