Home
last modified time | relevance | path

Searched refs:isnew (Results 1 – 5 of 5) sorted by relevance

/linux/fs/
H A Dinode.c1049 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 Dhtc.h161 u8 isnew; member
H A Dhtc_drv_main.c639 trate->isnew = 1; in ath9k_htc_setup_rate()
/linux/fs/afs/
H A Ddir.c782 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 Dfs.h2939 void *data, bool *isnew);