HomeSort by: relevance | last modified time | path
    Searched refs:reparent_p (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_rename.c 737 bool directory_p, reparent_p; local
779 reparent_p = (fdvp != tdvp);
780 KASSERT(reparent_p == (VTOI(fdvp)->i_number != VTOI(tdvp)->i_number));
817 if (directory_p && reparent_p) {
845 if (directory_p && reparent_p) {
877 ((directory_p && reparent_p) ? reparent_p : directory_p),
889 if (directory_p && !reparent_p) {
932 if (directory_p && reparent_p) {
962 if (!reparent_p && (tvp == NULL) &
    [all...]
  /src/sys/ufs/ufs/
ufs_rename.c 292 bool directory_p, reparent_p; local
332 reparent_p = (fdvp != tdvp);
333 KASSERT(reparent_p == (VTOI(fdvp)->i_number != VTOI(tdvp)->i_number));
372 if (directory_p && reparent_p) {
401 if (directory_p && reparent_p) {
433 ((directory_p && reparent_p) ? reparent_p : directory_p),
445 if (directory_p && !reparent_p) {
487 if (directory_p && reparent_p) {
509 if (!reparent_p && (tvp == NULL) &
    [all...]
  /src/sys/ufs/ext2fs/
ext2fs_rename.c 279 bool directory_p, reparent_p; local
319 reparent_p = (fdvp != tdvp);
320 KASSERT(reparent_p == (VTOI(fdvp)->i_number != VTOI(tdvp)->i_number));
354 if (directory_p && reparent_p) {
377 if (directory_p && reparent_p) {
412 if (directory_p && !reparent_p) {
461 if (directory_p && reparent_p) {
480 if (!reparent_p && (tvp == NULL) &&
  /src/sys/fs/msdosfs/
msdosfs_rename.c 378 bool directory_p, reparent_p; local
432 reparent_p = (fdvp != tdvp);
433 KASSERT(reparent_p == (VTODE(fdvp)->de_StartCluster !=
521 if (directory_p && reparent_p) {
  /src/sys/miscfs/genfs/
genfs_rename.c 395 bool directory_p, reparent_p, replaced_p; local
411 reparent_p = (fdvp != tdvp);
417 if (directory_p && reparent_p)
423 if (reparent_p) {

Completed in 17 milliseconds