Searched refs:isnew (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ |
| H A D | inode.c | 1049 bool *isnew) in find_inode() argument 1076 *isnew = !!(inode_state_read(inode) & I_NEW); in find_inode() 1091 bool hash_locked, bool *isnew) in find_inode_fast() argument 1118 *isnew = !!(inode_state_read(inode) & I_NEW); in find_inode_fast() 1310 bool isnew; in inode_insert5() local 1316 old = find_inode(inode->i_sb, head, test, data, true, &isnew); in inode_insert5() 1325 if (unlikely(isnew)) in inode_insert5() 1417 bool isnew; in iget5_locked_rcu() local 1422 inode = find_inode(sb, head, test, data, false, &isnew); in iget5_locked_rcu() 1426 if (unlikely(isnew)) in iget5_locked_rcu() [all …]
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | htc.h | 161 u8 isnew; member
|
| H A D | htc_drv_main.c | 639 trate->isnew = 1; in ath9k_htc_setup_rate()
|
| /linux/fs/afs/ |
| H A D | dir.c | 782 bool supports_ibulk, isnew; in afs_do_lookup() local 852 afs_ilookup5_test_by_fid, &vp->fid, &isnew); in afs_do_lookup()
|
| /linux/include/linux/ |
| H A D | fs.h | 2939 void *data, bool *isnew);
|