Searched refs:try (Results 1 – 12 of 12) sorted by relevance
| /fs/bcachefs/ |
| A D | six.c | 118 struct task_struct *task, bool try) in __do_six_trylock() argument 125 (try != !(atomic_read(&lock->state) & SIX_LOCK_HELD_write))); in __do_six_trylock() 172 if (try) in __do_six_trylock() 185 if (try && !ret) { in __do_six_trylock() 194 if (!ret || (type == SIX_LOCK_write && !try)) { in __do_six_trylock() 206 EBUG_ON(type == SIX_LOCK_write && try && ret <= 0 && in __do_six_trylock() 278 static bool do_six_trylock(struct six_lock *lock, enum six_lock_type type, bool try) in do_six_trylock() argument 282 ret = __do_six_trylock(lock, type, current, try); in do_six_trylock()
|
| A D | btree_locking.h | 203 static inline void trans_set_locked(struct btree_trans *trans, bool try) in trans_set_locked() argument 206 lock_acquire_exclusive(&trans->dep_map, 0, try, NULL, _THIS_IP_); in trans_set_locked()
|
| /fs/adfs/ |
| A D | super.c | 263 int ret, try; in adfs_probe() local 265 for (try = 0; try < 2; try++) { in adfs_probe() 280 offset >> sb->s_blocksize_bits, try); in adfs_probe()
|
| /fs/proc/ |
| A D | kcore.c | 108 size_t try, size; in update_kcore_size() local 115 try = kc_vaddr_to_offset((size_t)m->addr + m->size); in update_kcore_size() 116 if (try > size) in update_kcore_size() 117 size = try; in update_kcore_size()
|
| A D | Kconfig | 9 you try to access them. Also, you cannot read the files with older
|
| /fs/ufs/ |
| A D | Kconfig | 36 Say Y here if you want to try writing to UFS partitions. This is
|
| /fs/xfs/ |
| A D | Kconfig | 41 upgrade xfsprogs to the latest version and try again. 68 found, please upgrade xfsprogs to the latest version and try again.
|
| /fs/jffs2/ |
| A D | Kconfig | 29 If reporting bugs, please try to have available a full dump of the
|
| /fs/fat/ |
| A D | Kconfig | 46 <https://www.tldp.org/docs.html#howto>, or try dmsdosfs in
|
| /fs/ |
| A D | Kconfig.binfmt | 36 This builds the ELF loader KUnit tests, which try to gather
|
| /fs/cramfs/ |
| A D | README | 140 The remaining options try to make cramfs more sharable.
|
| /fs/befs/ |
| A D | ChangeLog | 369 Not that it was possible to write before. But now the kernel won't even try.
|
Completed in 19 milliseconds