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

  /src/sys/miscfs/genfs/
genfs_rename.c 395 bool directory_p, reparent_p, replaced_p; local in function:genfs_rename_knote
411 reparent_p = (fdvp != tdvp);
417 if (directory_p && reparent_p)
423 if (reparent_p) {
  /src/sys/ufs/lfs/
lfs_rename.c 737 bool directory_p, reparent_p; local in function:ulfs_gro_rename
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 289 bool directory_p, reparent_p; local in function:ufs_gro_rename
329 reparent_p = (fdvp != tdvp);
330 KASSERT(reparent_p == (VTOI(fdvp)->i_number != VTOI(tdvp)->i_number));
369 if (directory_p && reparent_p) {
398 if (directory_p && reparent_p) {
430 ((directory_p && reparent_p) ? reparent_p : directory_p),
442 if (directory_p && !reparent_p) {
484 if (directory_p && reparent_p) {
506 if (!reparent_p && (tvp == NULL) &
    [all...]
  /src/sys/ufs/ext2fs/
ext2fs_rename.c 279 bool directory_p, reparent_p; local in function:ext2fs_gro_rename
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 in function:msdosfs_gro_rename
432 reparent_p = (fdvp != tdvp);
433 KASSERT(reparent_p == (VTODE(fdvp)->de_StartCluster !=
521 if (directory_p && reparent_p) {

Completed in 16 milliseconds