Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c49 offset_t lfn_offset);
397 offset_t lfn_offset = -1; in pc_dirremove() local
404 error = pc_findentry(dp, namep, &slot, &lfn_offset); in pc_dirremove()
442 if (lfn_offset != -1) { in pc_dirremove()
444 error = pc_remove_long_fn(dp, lfn_offset); in pc_dirremove()
684 offset_t lfn_offset = -1; in pc_rename() local
726 error = pc_findentry(dp, snm, &slot, &lfn_offset); in pc_rename()
744 if (lfn_offset != -1) { in pc_rename()
746 error = pc_remove_long_fn(dp, lfn_offset); in pc_rename()
896 offset_t *lfn_offset) in pc_findentry() argument
[all …]