Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dacct.c560 if (check_free_space(acct) && file_start_write_trylock(file)) { in acct_write_process()
/openbmc/linux/include/linux/
H A Dfs.h2714 static inline bool file_start_write_trylock(struct file *file) in file_start_write_trylock() function